Documentation ¶
Index ¶
- func Path(item absto.Item) string
- type Config
- type Service
- func (s Service) AMQPHandler(ctx context.Context, message amqp.Delivery) error
- func (s Service) CanHaveExif(item absto.Item) bool
- func (s Service) EventConsumer(ctx context.Context, e provider.Event)
- func (s Service) GetAggregateFor(ctx context.Context, item absto.Item) (aggregate provider.Aggregate, err error)
- func (s Service) GetAllAggregateFor(ctx context.Context, items ...absto.Item) (map[string]provider.Aggregate, error)
- func (s Service) GetAllMetadataFor(ctx context.Context, items ...absto.Item) (map[string]provider.Metadata, error)
- func (s Service) GetMetadataFor(ctx context.Context, item absto.Item) (metadata provider.Metadata, err error)
- func (s Service) ListDir(ctx context.Context, item absto.Item) ([]absto.Item, error)
- func (s Service) Rename(ctx context.Context, old, new absto.Item) error
- func (s Service) SaveAggregateFor(ctx context.Context, item absto.Item, aggregate provider.Aggregate) error
- func (s Service) Update(ctx context.Context, item absto.Item, opts ...provider.MetadataAction) (provider.Metadata, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Service ¶ added in v0.26.0
type Service struct {
// contains filtered or unexported fields
}
func (Service) AMQPHandler ¶ added in v0.26.0
func (Service) EventConsumer ¶ added in v0.26.0
func (Service) GetAggregateFor ¶ added in v0.26.0
func (Service) GetAllAggregateFor ¶ added in v0.26.0
func (Service) GetAllMetadataFor ¶ added in v0.26.0
func (Service) GetMetadataFor ¶ added in v0.26.0
func (Service) SaveAggregateFor ¶ added in v0.26.0
Click to show internal directories.
Click to hide internal directories.