Documentation ¶
Overview ¶
Code generated by sysl DO NOT EDIT.
Code generated by sysl DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for jsonplaceholder API
func (*Client) GetTodos ¶
func (s *Client) GetTodos(ctx context.Context, req *GetTodosRequest) (*TodosResponse, error)
GetTodos ...
type Service ¶
type Service interface {
GetTodos(ctx context.Context, req *GetTodosRequest) (*TodosResponse, error)
}
Service interface for jsonplaceholder
Click to show internal directories.
Click to hide internal directories.