Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigurationApi ¶
type ConfigurationApi struct {
ConfigurationManager *configuration.ConfigurationManager
}
func (*ConfigurationApi) Get ¶
func (s *ConfigurationApi) Get(w http.ResponseWriter, r *http.Request)
type SentinelApi ¶
type SentinelApi struct {
Manager *sentinel.SentinelManager
}
func (*SentinelApi) Get ¶
func (s *SentinelApi) Get(w http.ResponseWriter, r *http.Request)
type TopologyApi ¶
type TopologyApi struct {
Manager *sentinel.SentinelManager
}
func (*TopologyApi) Get ¶
func (s *TopologyApi) Get(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.