Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheService ¶
type CacheService struct {
// contains filtered or unexported fields
}
func NewCacheService ¶
func NewCacheService() *CacheService
func (*CacheService) GetI ¶
func (svc *CacheService) GetI(key string, i interface{}) error
func (*CacheService) Set ¶
func (svc *CacheService) Set(key string, val interface{}) error
func (*CacheService) SetWithTTL ¶
func (svc *CacheService) SetWithTTL(key string, val interface{}, ttl time.Duration) error
type FileService ¶
type FileService struct {
// contains filtered or unexported fields
}
func NewFileService ¶
func NewFileService() *FileService
func (*FileService) Save ¶
func (svc *FileService) Save(fh *multipart.FileHeader) error
Click to show internal directories.
Click to hide internal directories.