Documentation ¶
Index ¶
- Variables
- func NewCore(ctx *broker.Context, flags *Daemon) (semaphore.Options, error)
- func NewProviders(ctx *broker.Context, core semaphore.Options, params *Daemon) (providers.Options, error)
- func SetOptions(ctx *broker.Context, flags *Daemon) error
- type Daemon
- type GRPC
- type GraphQL
- type HTTP
- type Prometheus
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultFunctions = functions.Custom{ "sprintf": sprintf.Function, "strconcat": strconcat.Function, }
DefaultFunctions represents the default functions collection
Functions ¶
Types ¶
type Daemon ¶
type Daemon struct { LogLevel string HTTP HTTP GraphQL GraphQL GRPC GRPC Prometheus Prometheus Protobuffers []string Avro []string Openapi3 []string Files []string }
Daemon configurations.
Click to show internal directories.
Click to hide internal directories.