info

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Overview

Package info is a generated protocol buffer package.

It is generated from these files:

pkg/handler-launcher-com/notify/info/info.proto

It has these top-level messages:

NotifyInfoRequest
NotifyInfoResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterNotifyInfoServer

func RegisterNotifyInfoServer(s *grpc.Server, srv NotifyInfoServer)

Types

type MockNotifyInfoClient

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

Mock of NotifyInfoClient interface

func NewMockNotifyInfoClient

func NewMockNotifyInfoClient(ctrl *gomock.Controller) *MockNotifyInfoClient

func (*MockNotifyInfoClient) EXPECT

func (_m *MockNotifyInfoClient) EXPECT() *_MockNotifyInfoClientRecorder

func (*MockNotifyInfoClient) Info

type MockNotifyInfoServer

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

Mock of NotifyInfoServer interface

func NewMockNotifyInfoServer

func NewMockNotifyInfoServer(ctrl *gomock.Controller) *MockNotifyInfoServer

func (*MockNotifyInfoServer) EXPECT

func (_m *MockNotifyInfoServer) EXPECT() *_MockNotifyInfoServerRecorder

func (*MockNotifyInfoServer) Info

type NotifyInfoClient

type NotifyInfoClient interface {
	Info(ctx context.Context, in *NotifyInfoRequest, opts ...grpc.CallOption) (*NotifyInfoResponse, error)
}

func NewNotifyInfoClient

func NewNotifyInfoClient(cc *grpc.ClientConn) NotifyInfoClient

type NotifyInfoRequest

type NotifyInfoRequest struct {
}

func (*NotifyInfoRequest) Descriptor

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

func (*NotifyInfoRequest) ProtoMessage

func (*NotifyInfoRequest) ProtoMessage()

func (*NotifyInfoRequest) Reset

func (m *NotifyInfoRequest) Reset()

func (*NotifyInfoRequest) String

func (m *NotifyInfoRequest) String() string

type NotifyInfoResponse

type NotifyInfoResponse struct {
	SupportedNotifyVersions []uint32 `protobuf:"varint,1,rep,packed,name=supportedNotifyVersions" json:"supportedNotifyVersions,omitempty"`
}

func (*NotifyInfoResponse) Descriptor

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

func (*NotifyInfoResponse) GetSupportedNotifyVersions

func (m *NotifyInfoResponse) GetSupportedNotifyVersions() []uint32

func (*NotifyInfoResponse) ProtoMessage

func (*NotifyInfoResponse) ProtoMessage()

func (*NotifyInfoResponse) Reset

func (m *NotifyInfoResponse) Reset()

func (*NotifyInfoResponse) String

func (m *NotifyInfoResponse) String() string

type NotifyInfoServer

type NotifyInfoServer interface {
	Info(context.Context, *NotifyInfoRequest) (*NotifyInfoResponse, error)
}

Jump to

Keyboard shortcuts

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