Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteCache ¶
func DeleteCache(key string)
* * DeleteCache - Delete key value * @params key string * @return error *
func InitEvents ¶
func InitEvents()
Types ¶
type Cache ¶
type Cache struct {
Id string `json:"id"`
Values map[string]string `json:"_"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.