package model import "os" // MessagePair is a pair of os.FileInfo, one for the message meta-data and the other is the message payload type MessagePair struct { Metadata os.FileInfo Payload os.FileInfo }