Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JsonObject ¶
type JsonObject string // Always "json_object"
func (JsonObject) Default ¶
func (c JsonObject) Default() JsonObject
func (JsonObject) MarshalJSON ¶
func (c JsonObject) MarshalJSON() ([]byte, error)
type JsonSchema ¶
type JsonSchema string // Always "json_schema"
func (JsonSchema) Default ¶
func (c JsonSchema) Default() JsonSchema
func (JsonSchema) MarshalJSON ¶
func (c JsonSchema) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.