Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
justgrpcservice.UnimplementedToDoListServer
}
func (Controller) Create ¶
func (Controller) Create(ctx context.Context, request *justgrpcservice.CreateToDoRequest) (*justgrpcservice.ToDoSignleResponse, error)
func (Controller) Get ¶
func (Controller) Get(ctx context.Context, _ *emptypb.Empty) (*justgrpcservice.ToDoListResponse, error)
Click to show internal directories.
Click to hide internal directories.