Documentation
¶
Index ¶
- type Entrypoint
- func (this *Entrypoint) GetConfig() common.EntryConfig
- func (this *Entrypoint) GetFlows() map[string]common.FilterFlow
- func (this *Entrypoint) GetNameOrID() string
- func (this *Entrypoint) GetRouterConfig() common.RouterConfig
- func (this *Entrypoint) GetSchema() string
- func (this *Entrypoint) RefreshDefaultFlow()
- func (this *Entrypoint) RefreshTracingFlow()
- func (this *Entrypoint) Start() error
- func (this *Entrypoint) Stop() error
- func (this *Entrypoint) String() string
- func (this *Entrypoint) UpdateTracingFlow(flow string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entrypoint ¶
type Entrypoint struct {
// contains filtered or unexported fields
}
func NewEntrypoint ¶
func NewEntrypoint(config common.EntryConfig) *Entrypoint
func (*Entrypoint) GetConfig ¶
func (this *Entrypoint) GetConfig() common.EntryConfig
func (*Entrypoint) GetFlows ¶
func (this *Entrypoint) GetFlows() map[string]common.FilterFlow
func (*Entrypoint) GetNameOrID ¶
func (this *Entrypoint) GetNameOrID() string
func (*Entrypoint) GetRouterConfig ¶
func (this *Entrypoint) GetRouterConfig() common.RouterConfig
func (*Entrypoint) GetSchema ¶
func (this *Entrypoint) GetSchema() string
func (*Entrypoint) RefreshDefaultFlow ¶
func (this *Entrypoint) RefreshDefaultFlow()
func (*Entrypoint) RefreshTracingFlow ¶
func (this *Entrypoint) RefreshTracingFlow()
func (*Entrypoint) Start ¶
func (this *Entrypoint) Start() error
func (*Entrypoint) Stop ¶
func (this *Entrypoint) Stop() error
func (*Entrypoint) String ¶
func (this *Entrypoint) String() string
func (*Entrypoint) UpdateTracingFlow ¶
func (this *Entrypoint) UpdateTracingFlow(flow string)
Click to show internal directories.
Click to hide internal directories.