Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AESCrypto ¶
type AESCrypto struct {
// contains filtered or unexported fields
}
func NewAESCrypto ¶
type Base64Repository ¶
type Base64Repository struct { }
func NewBase64Repository ¶
func NewBase64Repository() *Base64Repository
func (*Base64Repository) Encode ¶
func (br *Base64Repository) Encode(data string) string
type FileSystemRepository ¶
type FileSystemRepository struct {
// contains filtered or unexported fields
}
func NewFileSystemRepository ¶
func NewFileSystemRepository(rootPath string) (*FileSystemRepository, error)
func (*FileSystemRepository) Delete ¶
func (fr *FileSystemRepository) Delete(fileName string) error
type UUIDGenerator ¶
type UUIDGenerator struct { }
func NewUUIDGenerator ¶
func NewUUIDGenerator() *UUIDGenerator
func (*UUIDGenerator) GetUUID ¶
func (ug *UUIDGenerator) GetUUID() string
Click to show internal directories.
Click to hide internal directories.