Versions in this module Expand all Collapse all v5 v5.0.0 Dec 18, 2020 Changes in this version + type ControllerImpl struct + func (c *ControllerImpl) CreateBook(ctx context.Context, input *models.Book) (*models.Book, error) + func (c *ControllerImpl) GetAuthors(ctx context.Context, i *models.GetAuthorsInput) (*models.AuthorsResponse, string, error) + func (c *ControllerImpl) GetAuthorsWithPut(ctx context.Context, i *models.GetAuthorsWithPutInput) (*models.AuthorsResponse, string, error) + func (c *ControllerImpl) GetBookByID(ctx context.Context, input *models.GetBookByIDInput) (*models.Book, error) + func (c *ControllerImpl) GetBookByID2(ctx context.Context, id string) (*models.Book, error) + func (c *ControllerImpl) GetBooks(ctx context.Context, input *models.GetBooksInput) ([]models.Book, int64, error) + func (c *ControllerImpl) HealthCheck(ctx context.Context) error + func (c *ControllerImpl) PutBook(ctx context.Context, input *models.Book) (*models.Book, error) Other modules containing this package github.com/Clever/wag github.com/Clever/wag/v6 github.com/Clever/wag/v7 github.com/Clever/wag/v8