eventsapi

package
v0.0.0-...-34c3613 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Platform_name = map[int32]string{
		0: "PLATFORM_UNSPECIFIED",
		1: "LINUX",
		2: "WINDOWS",
		3: "DARWIN",
	}
	Platform_value = map[string]int32{
		"PLATFORM_UNSPECIFIED": 0,
		"LINUX":                1,
		"WINDOWS":              2,
		"DARWIN":               3,
	}
)

Enum value maps for Platform.

View Source
var (
	ClientEventType_name = map[int32]string{
		0:  "TYPE_UNSPECIFIED",
		1:  "INIT",
		2:  "STATUS",
		3:  "ADD",
		4:  "RESET",
		5:  "COMMIT",
		6:  "SQL",
		7:  "SQL_SERVER",
		8:  "LOG",
		9:  "DIFF",
		10: "MERGE",
		11: "BRANCH",
		12: "CHECKOUT",
		13: "REMOTE",
		14: "PUSH",
		15: "PULL",
		16: "FETCH",
		17: "CLONE",
		18: "LOGIN",
		19: "VERSION",
		20: "CONFIG",
		21: "LS",
		22: "SCHEMA",
		23: "TABLE_IMPORT",
		24: "TABLE_EXPORT",
		25: "TABLE_CREATE",
		26: "TABLE_RM",
		27: "TABLE_MV",
		28: "TABLE_CP",
		29: "TABLE_SELECT",
		30: "TABLE_PUT_ROW",
		31: "TABLE_RM_ROW",
		32: "CREDS_NEW",
		33: "CREDS_RM",
		34: "CREDS_LS",
		35: "CONF_CAT",
		36: "CONF_RESOLVE",
		37: "REMOTEAPI_GET_REPO_METADATA",
		38: "REMOTEAPI_HAS_CHUNKS",
		39: "REMOTEAPI_GET_DOWNLOAD_LOCATIONS",
		40: "REMOTEAPI_GET_UPLOAD_LOCATIONS",
		41: "REMOTEAPI_REBASE",
		42: "REMOTEAPI_ROOT",
		43: "REMOTEAPI_COMMIT",
		44: "REMOTEAPI_LIST_TABLE_FILES",
		45: "BLAME",
		46: "CREDS_CHECK",
		47: "CREDS_USE",
		48: "CREDS_IMPORT",
		49: "REMOTEAPI_ADD_TABLE_FILES",
		50: "MIGRATE",
		51: "TAG",
		52: "GARBAGE_COLLECTION",
		53: "FILTER_BRANCH",
		54: "DUMP",
		55: "CHERRY_PICK",
		56: "STASH",
		57: "STASH_CLEAR",
		58: "STASH_DROP",
		59: "STASH_LIST",
		60: "STASH_POP",
		61: "SHOW",
		62: "PROFILE",
		63: "REFLOG",
		64: "SQL_SERVER_HEARTBEAT",
		65: "REBASE",
	}
	ClientEventType_value = map[string]int32{
		"TYPE_UNSPECIFIED":                 0,
		"INIT":                             1,
		"STATUS":                           2,
		"ADD":                              3,
		"RESET":                            4,
		"COMMIT":                           5,
		"SQL":                              6,
		"SQL_SERVER":                       7,
		"LOG":                              8,
		"DIFF":                             9,
		"MERGE":                            10,
		"BRANCH":                           11,
		"CHECKOUT":                         12,
		"REMOTE":                           13,
		"PUSH":                             14,
		"PULL":                             15,
		"FETCH":                            16,
		"CLONE":                            17,
		"LOGIN":                            18,
		"VERSION":                          19,
		"CONFIG":                           20,
		"LS":                               21,
		"SCHEMA":                           22,
		"TABLE_IMPORT":                     23,
		"TABLE_EXPORT":                     24,
		"TABLE_CREATE":                     25,
		"TABLE_RM":                         26,
		"TABLE_MV":                         27,
		"TABLE_CP":                         28,
		"TABLE_SELECT":                     29,
		"TABLE_PUT_ROW":                    30,
		"TABLE_RM_ROW":                     31,
		"CREDS_NEW":                        32,
		"CREDS_RM":                         33,
		"CREDS_LS":                         34,
		"CONF_CAT":                         35,
		"CONF_RESOLVE":                     36,
		"REMOTEAPI_GET_REPO_METADATA":      37,
		"REMOTEAPI_HAS_CHUNKS":             38,
		"REMOTEAPI_GET_DOWNLOAD_LOCATIONS": 39,
		"REMOTEAPI_GET_UPLOAD_LOCATIONS":   40,
		"REMOTEAPI_REBASE":                 41,
		"REMOTEAPI_ROOT":                   42,
		"REMOTEAPI_COMMIT":                 43,
		"REMOTEAPI_LIST_TABLE_FILES":       44,
		"BLAME":                            45,
		"CREDS_CHECK":                      46,
		"CREDS_USE":                        47,
		"CREDS_IMPORT":                     48,
		"REMOTEAPI_ADD_TABLE_FILES":        49,
		"MIGRATE":                          50,
		"TAG":                              51,
		"GARBAGE_COLLECTION":               52,
		"FILTER_BRANCH":                    53,
		"DUMP":                             54,
		"CHERRY_PICK":                      55,
		"STASH":                            56,
		"STASH_CLEAR":                      57,
		"STASH_DROP":                       58,
		"STASH_LIST":                       59,
		"STASH_POP":                        60,
		"SHOW":                             61,
		"PROFILE":                          62,
		"REFLOG":                           63,
		"SQL_SERVER_HEARTBEAT":             64,
		"REBASE":                           65,
	}
)

Enum value maps for ClientEventType.

View Source
var (
	MetricID_name = map[int32]string{
		0: "METRIC_UNSPECIFIED",
		1: "BYTES_DOWNLOADED",
		2: "DOWNLOAD_MS_ELAPSED",
		3: "REMOTEAPI_RPC_ERROR",
	}
	MetricID_value = map[string]int32{
		"METRIC_UNSPECIFIED":  0,
		"BYTES_DOWNLOADED":    1,
		"DOWNLOAD_MS_ELAPSED": 2,
		"REMOTEAPI_RPC_ERROR": 3,
	}
)

Enum value maps for MetricID.

View Source
var (
	AttributeID_name = map[int32]string{
		0: "ATTRIBUTE_UNSPECIFIED",
		2: "REMOTE_URL_SCHEME",
	}
	AttributeID_value = map[string]int32{
		"ATTRIBUTE_UNSPECIFIED": 0,
		"REMOTE_URL_SCHEME":     2,
	}
)

Enum value maps for AttributeID.

View Source
var (
	AppID_name = map[int32]string{
		0: "APP_ID_UNSPECIFIED",
		1: "APP_DOLT",
		2: "APP_DOLTGRES",
	}
	AppID_value = map[string]int32{
		"APP_ID_UNSPECIFIED": 0,
		"APP_DOLT":           1,
		"APP_DOLTGRES":       2,
	}
)

Enum value maps for AppID.

View Source
var ClientEventsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "dolt.services.eventsapi.v1alpha1.ClientEventsService",
	HandlerType: (*ClientEventsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "LogEvents",
			Handler:    _ClientEventsService_LogEvents_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "dolt/services/eventsapi/v1alpha1/client_event.proto",
}

ClientEventsService_ServiceDesc is the grpc.ServiceDesc for ClientEventsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_dolt_services_eventsapi_v1alpha1_client_event_proto protoreflect.FileDescriptor
View Source
var File_dolt_services_eventsapi_v1alpha1_event_constants_proto protoreflect.FileDescriptor

Functions

func RegisterClientEventsServiceServer

func RegisterClientEventsServiceServer(s grpc.ServiceRegistrar, srv ClientEventsServiceServer)

Types

type AppID

type AppID int32
const (
	AppID_APP_ID_UNSPECIFIED AppID = 0
	AppID_APP_DOLT           AppID = 1
	AppID_APP_DOLTGRES       AppID = 2
)

func (AppID) Descriptor

func (AppID) Descriptor() protoreflect.EnumDescriptor

func (AppID) Enum

func (x AppID) Enum() *AppID

func (AppID) EnumDescriptor deprecated

func (AppID) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppID.Descriptor instead.

func (AppID) Number

func (x AppID) Number() protoreflect.EnumNumber

func (AppID) String

func (x AppID) String() string

func (AppID) Type

func (AppID) Type() protoreflect.EnumType

type AttributeID

type AttributeID int32
const (
	AttributeID_ATTRIBUTE_UNSPECIFIED AttributeID = 0
	AttributeID_REMOTE_URL_SCHEME     AttributeID = 2
)

func (AttributeID) Descriptor

func (AttributeID) Enum

func (x AttributeID) Enum() *AttributeID

func (AttributeID) EnumDescriptor deprecated

func (AttributeID) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttributeID.Descriptor instead.

func (AttributeID) Number

func (x AttributeID) Number() protoreflect.EnumNumber

func (AttributeID) String

func (x AttributeID) String() string

func (AttributeID) Type

type ClientEvent

type ClientEvent struct {
	Id         string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	StartTime  *timestamppb.Timestamp  `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime    *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Type       ClientEventType         `protobuf:"varint,4,opt,name=type,proto3,enum=dolt.services.eventsapi.v1alpha1.ClientEventType" json:"type,omitempty"`
	Attributes []*ClientEventAttribute `protobuf:"bytes,5,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Metrics    []*ClientEventMetric    `protobuf:"bytes,6,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientEvent) Descriptor deprecated

func (*ClientEvent) Descriptor() ([]byte, []int)

Deprecated: Use ClientEvent.ProtoReflect.Descriptor instead.

func (*ClientEvent) GetAttributes

func (x *ClientEvent) GetAttributes() []*ClientEventAttribute

func (*ClientEvent) GetEndTime

func (x *ClientEvent) GetEndTime() *timestamppb.Timestamp

func (*ClientEvent) GetId

func (x *ClientEvent) GetId() string

func (*ClientEvent) GetMetrics

func (x *ClientEvent) GetMetrics() []*ClientEventMetric

func (*ClientEvent) GetStartTime

func (x *ClientEvent) GetStartTime() *timestamppb.Timestamp

func (*ClientEvent) GetType

func (x *ClientEvent) GetType() ClientEventType

func (*ClientEvent) ProtoMessage

func (*ClientEvent) ProtoMessage()

func (*ClientEvent) ProtoReflect

func (x *ClientEvent) ProtoReflect() protoreflect.Message

func (*ClientEvent) Reset

func (x *ClientEvent) Reset()

func (*ClientEvent) String

func (x *ClientEvent) String() string

type ClientEventAttribute

type ClientEventAttribute struct {
	Id    AttributeID `protobuf:"varint,1,opt,name=id,proto3,enum=dolt.services.eventsapi.v1alpha1.AttributeID" json:"id,omitempty"`
	Value string      `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientEventAttribute) Descriptor deprecated

func (*ClientEventAttribute) Descriptor() ([]byte, []int)

Deprecated: Use ClientEventAttribute.ProtoReflect.Descriptor instead.

func (*ClientEventAttribute) GetId

func (x *ClientEventAttribute) GetId() AttributeID

func (*ClientEventAttribute) GetValue

func (x *ClientEventAttribute) GetValue() string

func (*ClientEventAttribute) ProtoMessage

func (*ClientEventAttribute) ProtoMessage()

func (*ClientEventAttribute) ProtoReflect

func (x *ClientEventAttribute) ProtoReflect() protoreflect.Message

func (*ClientEventAttribute) Reset

func (x *ClientEventAttribute) Reset()

func (*ClientEventAttribute) String

func (x *ClientEventAttribute) String() string

type ClientEventMetric

type ClientEventMetric struct {

	// Types that are assignable to MetricOneof:
	//
	//	*ClientEventMetric_Duration
	//	*ClientEventMetric_Count
	MetricOneof isClientEventMetric_MetricOneof `protobuf_oneof:"metric_oneof"`
	MetricId    MetricID                        `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClientEventMetric) Descriptor deprecated

func (*ClientEventMetric) Descriptor() ([]byte, []int)

Deprecated: Use ClientEventMetric.ProtoReflect.Descriptor instead.

func (*ClientEventMetric) GetCount

func (x *ClientEventMetric) GetCount() int32

func (*ClientEventMetric) GetDuration

func (x *ClientEventMetric) GetDuration() *durationpb.Duration

func (*ClientEventMetric) GetMetricId

func (x *ClientEventMetric) GetMetricId() MetricID

func (*ClientEventMetric) GetMetricOneof

func (m *ClientEventMetric) GetMetricOneof() isClientEventMetric_MetricOneof

func (*ClientEventMetric) ProtoMessage

func (*ClientEventMetric) ProtoMessage()

func (*ClientEventMetric) ProtoReflect

func (x *ClientEventMetric) ProtoReflect() protoreflect.Message

func (*ClientEventMetric) Reset

func (x *ClientEventMetric) Reset()

func (*ClientEventMetric) String

func (x *ClientEventMetric) String() string

type ClientEventMetric_Count

type ClientEventMetric_Count struct {
	Count int32 `protobuf:"varint,2,opt,name=count,proto3,oneof"`
}

type ClientEventMetric_Duration

type ClientEventMetric_Duration struct {
	Duration *durationpb.Duration `protobuf:"bytes,1,opt,name=duration,proto3,oneof"`
}

type ClientEventType

type ClientEventType int32
const (
	ClientEventType_TYPE_UNSPECIFIED                 ClientEventType = 0
	ClientEventType_INIT                             ClientEventType = 1
	ClientEventType_STATUS                           ClientEventType = 2
	ClientEventType_ADD                              ClientEventType = 3
	ClientEventType_RESET                            ClientEventType = 4
	ClientEventType_COMMIT                           ClientEventType = 5
	ClientEventType_SQL                              ClientEventType = 6
	ClientEventType_SQL_SERVER                       ClientEventType = 7
	ClientEventType_LOG                              ClientEventType = 8
	ClientEventType_DIFF                             ClientEventType = 9
	ClientEventType_MERGE                            ClientEventType = 10
	ClientEventType_BRANCH                           ClientEventType = 11
	ClientEventType_CHECKOUT                         ClientEventType = 12
	ClientEventType_REMOTE                           ClientEventType = 13
	ClientEventType_PUSH                             ClientEventType = 14
	ClientEventType_PULL                             ClientEventType = 15
	ClientEventType_FETCH                            ClientEventType = 16
	ClientEventType_CLONE                            ClientEventType = 17
	ClientEventType_LOGIN                            ClientEventType = 18
	ClientEventType_VERSION                          ClientEventType = 19
	ClientEventType_CONFIG                           ClientEventType = 20
	ClientEventType_LS                               ClientEventType = 21
	ClientEventType_SCHEMA                           ClientEventType = 22
	ClientEventType_TABLE_IMPORT                     ClientEventType = 23
	ClientEventType_TABLE_EXPORT                     ClientEventType = 24
	ClientEventType_TABLE_CREATE                     ClientEventType = 25
	ClientEventType_TABLE_RM                         ClientEventType = 26
	ClientEventType_TABLE_MV                         ClientEventType = 27
	ClientEventType_TABLE_CP                         ClientEventType = 28
	ClientEventType_TABLE_SELECT                     ClientEventType = 29
	ClientEventType_TABLE_PUT_ROW                    ClientEventType = 30
	ClientEventType_TABLE_RM_ROW                     ClientEventType = 31
	ClientEventType_CREDS_NEW                        ClientEventType = 32
	ClientEventType_CREDS_RM                         ClientEventType = 33
	ClientEventType_CREDS_LS                         ClientEventType = 34
	ClientEventType_CONF_CAT                         ClientEventType = 35
	ClientEventType_CONF_RESOLVE                     ClientEventType = 36
	ClientEventType_REMOTEAPI_GET_REPO_METADATA      ClientEventType = 37
	ClientEventType_REMOTEAPI_HAS_CHUNKS             ClientEventType = 38
	ClientEventType_REMOTEAPI_GET_DOWNLOAD_LOCATIONS ClientEventType = 39
	ClientEventType_REMOTEAPI_GET_UPLOAD_LOCATIONS   ClientEventType = 40
	ClientEventType_REMOTEAPI_REBASE                 ClientEventType = 41
	ClientEventType_REMOTEAPI_ROOT                   ClientEventType = 42
	ClientEventType_REMOTEAPI_COMMIT                 ClientEventType = 43
	ClientEventType_REMOTEAPI_LIST_TABLE_FILES       ClientEventType = 44
	ClientEventType_BLAME                            ClientEventType = 45
	ClientEventType_CREDS_CHECK                      ClientEventType = 46
	ClientEventType_CREDS_USE                        ClientEventType = 47
	ClientEventType_CREDS_IMPORT                     ClientEventType = 48
	ClientEventType_REMOTEAPI_ADD_TABLE_FILES        ClientEventType = 49
	ClientEventType_MIGRATE                          ClientEventType = 50
	ClientEventType_TAG                              ClientEventType = 51
	ClientEventType_GARBAGE_COLLECTION               ClientEventType = 52
	ClientEventType_FILTER_BRANCH                    ClientEventType = 53
	ClientEventType_DUMP                             ClientEventType = 54
	ClientEventType_CHERRY_PICK                      ClientEventType = 55
	ClientEventType_STASH                            ClientEventType = 56
	ClientEventType_STASH_CLEAR                      ClientEventType = 57
	ClientEventType_STASH_DROP                       ClientEventType = 58
	ClientEventType_STASH_LIST                       ClientEventType = 59
	ClientEventType_STASH_POP                        ClientEventType = 60
	ClientEventType_SHOW                             ClientEventType = 61
	ClientEventType_PROFILE                          ClientEventType = 62
	ClientEventType_REFLOG                           ClientEventType = 63
	ClientEventType_SQL_SERVER_HEARTBEAT             ClientEventType = 64
	ClientEventType_REBASE                           ClientEventType = 65
)

func (ClientEventType) Descriptor

func (ClientEventType) Enum

func (x ClientEventType) Enum() *ClientEventType

func (ClientEventType) EnumDescriptor deprecated

func (ClientEventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientEventType.Descriptor instead.

func (ClientEventType) Number

func (ClientEventType) String

func (x ClientEventType) String() string

func (ClientEventType) Type

type ClientEventsServiceClient

type ClientEventsServiceClient interface {
	LogEvents(ctx context.Context, in *LogEventsRequest, opts ...grpc.CallOption) (*LogEventsResponse, error)
}

ClientEventsServiceClient is the client API for ClientEventsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ClientEventsServiceServer

type ClientEventsServiceServer interface {
	LogEvents(context.Context, *LogEventsRequest) (*LogEventsResponse, error)
	// contains filtered or unexported methods
}

ClientEventsServiceServer is the server API for ClientEventsService service. All implementations must embed UnimplementedClientEventsServiceServer for forward compatibility

type LogEventsRequest

type LogEventsRequest struct {
	MachineId string         `protobuf:"bytes,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	Extra     string         `protobuf:"bytes,2,opt,name=extra,proto3" json:"extra,omitempty"`
	Version   string         `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Platform  Platform       `protobuf:"varint,4,opt,name=platform,proto3,enum=dolt.services.eventsapi.v1alpha1.Platform" json:"platform,omitempty"`
	Events    []*ClientEvent `protobuf:"bytes,5,rep,name=events,proto3" json:"events,omitempty"`
	App       AppID          `protobuf:"varint,6,opt,name=app,proto3,enum=dolt.services.eventsapi.v1alpha1.AppID" json:"app,omitempty"`
	// contains filtered or unexported fields
}

func (*LogEventsRequest) Descriptor deprecated

func (*LogEventsRequest) Descriptor() ([]byte, []int)

Deprecated: Use LogEventsRequest.ProtoReflect.Descriptor instead.

func (*LogEventsRequest) GetApp

func (x *LogEventsRequest) GetApp() AppID

func (*LogEventsRequest) GetEvents

func (x *LogEventsRequest) GetEvents() []*ClientEvent

func (*LogEventsRequest) GetExtra

func (x *LogEventsRequest) GetExtra() string

func (*LogEventsRequest) GetMachineId

func (x *LogEventsRequest) GetMachineId() string

func (*LogEventsRequest) GetPlatform

func (x *LogEventsRequest) GetPlatform() Platform

func (*LogEventsRequest) GetVersion

func (x *LogEventsRequest) GetVersion() string

func (*LogEventsRequest) ProtoMessage

func (*LogEventsRequest) ProtoMessage()

func (*LogEventsRequest) ProtoReflect

func (x *LogEventsRequest) ProtoReflect() protoreflect.Message

func (*LogEventsRequest) Reset

func (x *LogEventsRequest) Reset()

func (*LogEventsRequest) String

func (x *LogEventsRequest) String() string

type LogEventsResponse

type LogEventsResponse struct {
	// contains filtered or unexported fields
}

func (*LogEventsResponse) Descriptor deprecated

func (*LogEventsResponse) Descriptor() ([]byte, []int)

Deprecated: Use LogEventsResponse.ProtoReflect.Descriptor instead.

func (*LogEventsResponse) ProtoMessage

func (*LogEventsResponse) ProtoMessage()

func (*LogEventsResponse) ProtoReflect

func (x *LogEventsResponse) ProtoReflect() protoreflect.Message

func (*LogEventsResponse) Reset

func (x *LogEventsResponse) Reset()

func (*LogEventsResponse) String

func (x *LogEventsResponse) String() string

type MetricID

type MetricID int32
const (
	MetricID_METRIC_UNSPECIFIED  MetricID = 0
	MetricID_BYTES_DOWNLOADED    MetricID = 1
	MetricID_DOWNLOAD_MS_ELAPSED MetricID = 2
	MetricID_REMOTEAPI_RPC_ERROR MetricID = 3
)

func (MetricID) Descriptor

func (MetricID) Descriptor() protoreflect.EnumDescriptor

func (MetricID) Enum

func (x MetricID) Enum() *MetricID

func (MetricID) EnumDescriptor deprecated

func (MetricID) EnumDescriptor() ([]byte, []int)

Deprecated: Use MetricID.Descriptor instead.

func (MetricID) Number

func (x MetricID) Number() protoreflect.EnumNumber

func (MetricID) String

func (x MetricID) String() string

func (MetricID) Type

type Platform

type Platform int32
const (
	Platform_PLATFORM_UNSPECIFIED Platform = 0
	Platform_LINUX                Platform = 1
	Platform_WINDOWS              Platform = 2
	Platform_DARWIN               Platform = 3
)

func (Platform) Descriptor

func (Platform) Descriptor() protoreflect.EnumDescriptor

func (Platform) Enum

func (x Platform) Enum() *Platform

func (Platform) EnumDescriptor deprecated

func (Platform) EnumDescriptor() ([]byte, []int)

Deprecated: Use Platform.Descriptor instead.

func (Platform) Number

func (x Platform) Number() protoreflect.EnumNumber

func (Platform) String

func (x Platform) String() string

func (Platform) Type

type UnimplementedClientEventsServiceServer

type UnimplementedClientEventsServiceServer struct {
}

UnimplementedClientEventsServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedClientEventsServiceServer) LogEvents

type UnsafeClientEventsServiceServer

type UnsafeClientEventsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeClientEventsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ClientEventsServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL