Documentation ¶
Index ¶
- Constants
- func AddFlags(flags *flag.FlagSet)
- func DebugAddress(flags *flag.FlagSet) string
- func Handler(sink ReconfigurableSinkInterface) http.Handler
- func Run(address string, sink ReconfigurableSinkInterface) (ifrit.Process, error)
- func Runner(address string, sink ReconfigurableSinkInterface) ifrit.Runner
- type DebugServerConfig
- type ReconfigurableSinkInterface
Constants ¶
View Source
const (
DebugFlag = "debugAddr"
)
Variables ¶
This section is empty.
Functions ¶
func DebugAddress ¶
func Handler ¶
func Handler(sink ReconfigurableSinkInterface) http.Handler
Types ¶
type DebugServerConfig ¶
type DebugServerConfig struct {
DebugAddress string `json:"debug_address"`
}
type ReconfigurableSinkInterface ¶ added in v0.20.0
Click to show internal directories.
Click to hide internal directories.