Versions in this module Expand all Collapse all v0 v0.2.0 Aug 12, 2022 Changes in this version + func WithOAuth2Authorizer(config *clientcredentials.Config) service.ServiceOption[Server] + type Server struct + func (*Server) StopCollecting(_ context.Context, _ *collection.StopCollectingRequest) (*emptypb.Empty, error) + func (srv *Server) Authorizer() clapi.Authorizer + func (srv *Server) SetAuthorizer(auth clapi.Authorizer) + func (srv *Server) StartCollecting(_ context.Context, req *collection.StartCollectingRequest) (resp *collection.StartCollectingResponse, err error) v0.1.0 Jul 21, 2022 Changes in this version + func NewServer(opts ...service.ServiceOption[server]) collection.CollectionServer + func WithAdditionalGRPCOpts(opts ...grpc.DialOption) service.ServiceOption[server]