Versions in this module Expand all Collapse all v0 v0.6.6 Nov 10, 2021 Changes in this version + func NewGRPCReporter(serverAddr string, opts ...GRPCReporterOption) (go2sky.Reporter, error) + func NewLogReporter() (go2sky.Reporter, error) + type GRPCReporterOption func(r *gRPCReporter) + func WithAuthentication(auth string) GRPCReporterOption + func WithCheckInterval(interval time.Duration) GRPCReporterOption + func WithInstanceProps(props map[string]string) GRPCReporterOption + func WithLogger(logger *log.Logger) GRPCReporterOption + func WithMaxSendQueueSize(maxSendQueueSize int) GRPCReporterOption + func WithTransportCredentials(creds credentials.TransportCredentials) GRPCReporterOption