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(src io.ReadSeeker) error Process() error ImageByte() ([]byte, error) }
ImageObjectRepository interface
type JwtClaimsRepository ¶
type JwtClaimsRepository interface {
CreateToken() string
}
JwtClaimsRepository interface
Click to show internal directories.
Click to hide internal directories.