Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ApiVersion = "V1"
)
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct{}
type BookService ¶
type BookService struct{}
func (*BookService) CreateBook ¶
func (bc *BookService) CreateBook(c okapi.Context) error
func (*BookService) DeleteBook ¶
func (bc *BookService) DeleteBook(c okapi.Context) error
func (*BookService) UpdateBook ¶
func (bc *BookService) UpdateBook(c okapi.Context) error
type CommonService ¶
type CommonService struct{}
Click to show internal directories.
Click to hide internal directories.