Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookVal ¶
type BookVal struct {
Author string `json:"author"`
Isbn *string `json:"isbn,omitempty"`
Name string `json:"name"`
Reviews []BookValReviews `json:"reviews,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
type Mutation ¶ added in v0.0.12
type Mutation struct {
Add interface{} `json:"add",omitempty`
Sub interface{} `json:"sub",omitempty`
Mul interface{} `json:"mul",omitempty`
Div interface{} `json:"div",omitempty`
Min interface{} `json:"min",omitempty`
Max interface{} `json:"max",omitempty`
Set interface{} `json:"set",omitempty`
}
Click to show internal directories.
Click to hide internal directories.