Documentation ¶
Index ¶
- type PhotoServiceGrpcCaller
- func (c *PhotoServiceGrpcCaller) ContentByHash(ctx context.Context, d *model.Daemon, hash string) ([]byte, string, error)
- func (c *PhotoServiceGrpcCaller) Exists(ctx context.Context, d *model.Daemon, hash string) (bool, error)
- func (c *PhotoServiceGrpcCaller) List(ctx context.Context, d *model.Daemon, offset uint32, limit uint32) ([]*model.Photo, uint32, error)
- func (c *PhotoServiceGrpcCaller) ThumbnailByHash(ctx context.Context, d *model.Daemon, hash string, width uint32, height uint32) ([]byte, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhotoServiceGrpcCaller ¶
type PhotoServiceGrpcCaller struct { }
func New ¶
func New() *PhotoServiceGrpcCaller
func (*PhotoServiceGrpcCaller) ContentByHash ¶
Click to show internal directories.
Click to hide internal directories.