Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(l *zap.Logger, s *service.Service) *Controller
func (*Controller) CreateToDos ¶
func (c *Controller) CreateToDos(ctx context.Context, req *servicev1.CreateToDosRequest) (*servicev1.CreateToDosResponse, error)
func (*Controller) ListToDos ¶
func (c *Controller) ListToDos(ctx context.Context, req *servicev1.ListToDosRequest) (*servicev1.ListToDosResponse, error)
Click to show internal directories.
Click to hide internal directories.