Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
EventIngester eventingester.Config `yaml:"eventIngester"`
Coordinator coordinator.Config `yaml:"coordinator"`
}
type GRPCService ¶
type GRPCService interface {
Start(ctx context.Context, server *grpc.Server) error
Stop(ctx context.Context) error
Name() string
}
GRPCService is a service that implements a single gRPC service as defined in our Protobuf definition.
func CreateGRPCServices ¶
type RawMessage ¶
type RawMessage struct {
// contains filtered or unexported fields
}
func (*RawMessage) Unmarshal ¶
func (r *RawMessage) Unmarshal(v interface{}) error
func (*RawMessage) UnmarshalYAML ¶
func (r *RawMessage) UnmarshalYAML(unmarshal func(interface{}) error) error
type Type ¶
type Type string
const ( ServiceTypeUnknown Type = "unknown" ServiceTypeEventIngester Type = eventingester.ServiceType ServiceTypeCoordinator Type = coordinator.ServiceType )
Click to show internal directories.
Click to hide internal directories.