Documentation ¶ Index ¶ type CustomListener type Listener Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CustomListener ¶ type CustomListener struct { NamespaceStruct map[string]interface{} // namespace to struct NamespaceFile map[string]string // TODO namespace file dir, used to backup CustomListener Listener } type Listener ¶ type Listener interface { storage.ChangeListener InitConfig(client agollo.Client, namespaceStruct map[string]interface{}) GetNamespace(namespace string) (interface{}, bool) } Source Files ¶ View all Source files listener.go Directories ¶ Show internal Expand all Path Synopsis mock Package mock is a generated GoMock package. Package mock is a generated GoMock package. structlistener Click to show internal directories. Click to hide internal directories.