Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Index string Created int Elastic elastic.Client Eupalinos EupalinosClient Channel string DutchChannel string ExitCode string PolicyName string }
func CreateNewConfig ¶
func CreateNewConfig(env string) (*Config, *grpc.ClientConn, error)
type EupalinosClient ¶
type EupalinosClient interface {
EnqueueMessage(ctx context.Context, in *pb.Epistello, opts ...grpc.CallOption) (*pb.EnqueueResponse, error)
}
Click to show internal directories.
Click to hide internal directories.