Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenGRPC ¶
Types ¶
type Service ¶
type Service interface { PostTodo(ctx context.Context, name string) (*model.Todo, error) GetTodo(ctx context.Context, id string) (*model.Todo, error) GetTodos(ctx context.Context, skip uint64, take uint64) ([]model.Todo, error) }
func NewService ¶
func NewService(r repository.Repository) Service
Click to show internal directories.
Click to hide internal directories.