Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedContentRepository ¶
type CachedContentRepository interface {
Set(contentType, lastModified string, content []byte)
GetContentType() string
GetLastModified() string
GetContent() []byte
GobEncode() ([]byte, error)
GobDecode(buf []byte) error
}
CachedContentRepository interface.
type ImageObjectRepository ¶
type ImageObjectRepository interface {
Decode(ctx context.Context, src io.ReadSeeker) error
Process(ctx context.Context) error
ImageByte(ctx context.Context) ([]byte, error)
}
ImageObjectRepository interface.
type JwtClaimsRepository ¶
JwtClaimsRepository interface.
Click to show internal directories.
Click to hide internal directories.