Versions in this module Expand all Collapse all v1 v1.0.1 Jan 18, 2019 Changes in this version + func RegisterCollectorSetControllerServer(s *grpc.Server, srv CollectorSetControllerServer) + type CollectorIDReply struct + Id int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CollectorIDReply) Descriptor() ([]byte, []int) + func (*CollectorIDReply) ProtoMessage() + func (dst *CollectorIDReply) XXX_Merge(src proto.Message) + func (m *CollectorIDReply) GetId() int32 + func (m *CollectorIDReply) Reset() + func (m *CollectorIDReply) String() string + func (m *CollectorIDReply) XXX_DiscardUnknown() + func (m *CollectorIDReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CollectorIDReply) XXX_Size() int + func (m *CollectorIDReply) XXX_Unmarshal(b []byte) error + type CollectorIDRequest struct + Orchestrator string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CollectorIDRequest) Descriptor() ([]byte, []int) + func (*CollectorIDRequest) ProtoMessage() + func (dst *CollectorIDRequest) XXX_Merge(src proto.Message) + func (m *CollectorIDRequest) GetOrchestrator() string + func (m *CollectorIDRequest) Reset() + func (m *CollectorIDRequest) String() string + func (m *CollectorIDRequest) XXX_DiscardUnknown() + func (m *CollectorIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CollectorIDRequest) XXX_Size() int + func (m *CollectorIDRequest) XXX_Unmarshal(b []byte) error + type CollectorSetControllerClient interface + CollectorID func(ctx context.Context, in *CollectorIDRequest, opts ...grpc.CallOption) (*CollectorIDReply, error) + func NewCollectorSetControllerClient(cc *grpc.ClientConn) CollectorSetControllerClient + type CollectorSetControllerServer interface + CollectorID func(context.Context, *CollectorIDRequest) (*CollectorIDReply, error) v0 v0.2.0-alpha.0 Oct 31, 2018 v0.1.0-alpha.0 Nov 3, 2017 Incompatible versions in this module v2.1.0-changes+incompatible Sep 9, 2020 v2.0.0+incompatible Apr 22, 2020