Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudLog ¶
type CloudLog interface { // CreateServiceLogConfig creates the LogConfig for the service to send logs to AWS CloudWatch. CreateServiceLogConfig(ctx context.Context, cluster string, service string, serviceUUID string) *LogConfig // CreateLogConfigForStream creates the LogConfig for the stream to send logs to AWS CloudWatch. CreateLogConfigForStream(ctx context.Context, cluster string, service string, serviceUUID string, stream string) *LogConfig InitializeServiceLogConfig(ctx context.Context, cluster string, service string, serviceUUID string) error DeleteServiceLogConfig(ctx context.Context, cluster string, service string, serviceUUID string) error }
CloudLog defines the common log interface.
Click to show internal directories.
Click to hide internal directories.