Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //Module di injector Module = application.Modules{ NewAPI, } //Config di injector Config = application.Modules{} )
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API model
type CacheList ¶
type CacheList []CacheListItem
func (CacheList) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (CacheList) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*CacheList) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CacheList) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type CacheListItem ¶
func (CacheListItem) MarshalEasyJSON ¶
func (v CacheListItem) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CacheListItem) MarshalJSON ¶
func (v CacheListItem) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CacheListItem) UnmarshalEasyJSON ¶
func (v *CacheListItem) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CacheListItem) UnmarshalJSON ¶
func (v *CacheListItem) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.