returns

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateResponse

type CreateResponse struct {
	ID        uint64  `json:"id"`
	FirstName string  `json:"fist_name"`
	LastName  *string `json:"last_name"`
}

type Embed

type Embed struct {
	Key        string     `json:"key"`
	ValueEmbed ValueEmbed `json:"value"`
	Others     []*string  `json:"others"`
	OtherEmbed OtherEmbed `json:"other_embed"`
}

type GetArrayReturnsResponse

type GetArrayReturnsResponse = []Ret

type GetResponse

type GetResponse struct {
	Message string `json:"message" xml:"message"`
}

type OtherEmbed

type OtherEmbed struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

type OtherEmbed2

type OtherEmbed2 struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

type PutResponse added in v0.0.9

type PutResponse struct {
	ID        uint64 `json:"id"`
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
}

type Ret

type Ret struct {
	Message  string                 `json:"message"`
	Embed    Embed                  `json:"embed"`
	Map      map[string]string      `json:"map"`
	OtherMap map[string]OtherEmbed2 `json:"other_map"`
}

type ValueEmbed

type ValueEmbed = *string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL