Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CCWebServer ¶
type CCWebServer struct {
// contains filtered or unexported fields
}
CCAPIServer define data struct of bcs ccapi server
func NewCCWebServer ¶
func NewCCWebServer(conf *config.CCAPIConfig) (*CCWebServer, error)
func (*CCWebServer) HealthMetric ¶
func (ccWeb *CCWebServer) HealthMetric() metric.HealthMeta
HealthMetric check netservice is health
func (*CCWebServer) RegisterActions ¶
func (ccWeb *CCWebServer) RegisterActions(actions []*webserver.Action)
Click to show internal directories.
Click to hide internal directories.