Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultHost is the default Host // found in Meta (info) section of spec file DefaultHost string = "localhost" // DefaultBasePath is the default BasePath // found in Meta (info) section of spec file DefaultBasePath string = "/rtld" )
Variables ¶
View Source
var DefaultSchemes = []string{"http", "https"}
DefaultSchemes are the default schemes found in Meta (info) section of spec file
Functions ¶
This section is empty.
Types ¶
type RtldService ¶ added in v0.1.19
type RtldService struct { Lookups lookups.ClientService ProfilesCdn profiles_cdn.ClientService ProfilesRl profiles_rl.ClientService ProfilesWaf profiles_waf.ClientService SettingsInternal settings_internal.ClientService Logger eclog.Logger // contains filtered or unexported fields }
RtldService is a client for real time log delivery API
Click to show internal directories.
Click to hide internal directories.