Versions in this module Expand all Collapse all v0 v0.9.6 May 8, 2018 v0.9.5 Apr 6, 2018 Changes in this version + const LOG_CAPABILITIES_REQUEST + const START_LOGGING_REQUEST + const STOP_LOGGING_REQUEST + func NewHandler(h *sdk.Handler, region string, cluster string) + type CapabilitiesResponse struct + Cap logger.Capability + Err string + type LogDriver interface + GetCapability func() logger.Capability + StartLogging func(file string, logCtx logger.Info) error + StopLogging func(file string) error + type ReadLogsRequest struct + Config logger.ReadConfig + Info logger.Info + type StartLoggingRequest struct + File string + Info logger.Info + type StopLoggingRequest struct + File string