Documentation ¶ Overview ¶ Package object defines some useful Objects Index ¶ Variables func NewStaticObjectInfo(remote string, modTime time.Time, size int64, storable bool, ...) fs.ObjectInfo type MemoryObject func NewMemoryObject(remote string, modTime time.Time, content []byte) *MemoryObject func (o *MemoryObject) Content() []byte func (o *MemoryObject) Fs() fs.Info func (o *MemoryObject) Hash(ctx context.Context, h hash.Type) (string, error)