Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookVal ¶
type BookVal struct {
Name string `json:"name"`
Reviews []BookValReviews `json:"reviews,omitempty"`
Author string `json:"author"`
Isbn *string `json:"isbn,omitempty"`
}
BookVal represents a generated struct
type BookValReviews ¶
BookValReviews represents a generated struct
type Client ¶
type Client struct {
openapi.ClientInterface
Book *openapi.TypedClient[Book]
}
type ClientOption ¶
type ClientOption openapi.ClientOption
Click to show internal directories.
Click to hide internal directories.