serialize

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2021 License: MIT, MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateGreeting

type CreateGreeting struct {
}

func CreateGreetingTransform

func CreateGreetingTransform(e *endpoint.CreateGreetingResponse) (res *CreateGreeting)

type DeleteGreeting

type DeleteGreeting struct {
}

func DeleteGreetingTransform

func DeleteGreetingTransform(e *endpoint.DeleteGreetingResponse) (res *DeleteGreeting)

type GetGreetingAll

type GetGreetingAll struct {
	Id uint `json:"id"`
}

func GetGreetingAllTransform

func GetGreetingAllTransform(e []*endpoint.GetGreetingAllResponse) (res []*GetGreetingAll)

type GetGreetingDetail

type GetGreetingDetail struct {
	Id uint `json:"id"`
}

func GetGreetingDetailTransform

func GetGreetingDetailTransform(e *endpoint.GetGreetingDetailResponse) (res *GetGreetingDetail)

type GetGreetingList

type GetGreetingList struct {
	Id uint `json:"id"`
}

type List

type List struct {
	Items interface{} `json:"items"`
	Total int64       `json:"total"`
}

func GetGreetingListTransform

func GetGreetingListTransform(e *endpoint.GetGreetingListResponse) (list *List)

type UpdateGreeting

type UpdateGreeting struct {
}

func UpdateGreetingTransform

func UpdateGreetingTransform(e *endpoint.UpdateGreetingResponse) (res *UpdateGreeting)

Jump to

Keyboard shortcuts

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