Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestRecord ¶
type TestService ¶
type TestService struct { testproto.UnimplementedTestServiceServer // contains filtered or unexported fields }
func NewTestService ¶
func NewTestService(db *gorm.DB) *TestService
func (*TestService) Get ¶
func (s *TestService) Get(ctx context.Context, _ *testproto.GetRequest) (*testproto.GetResponse, error)
func (*TestService) GetList ¶
func (s *TestService) GetList(_ *testproto.GetListRequest, stream testproto.TestService_GetListServer) error
Click to show internal directories.
Click to hide internal directories.