action

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FooSaveAction

type FooSaveAction struct {
}

func (*FooSaveAction) Handle

type FooSaveInput

type FooSaveInput struct {
	Name   string `json:"name"`
	Gender int    `json:"gender"`
}

type FooSaveRequest

type FooSaveRequest struct {
	ID    int
	Input FooSaveInput
}

func (*FooSaveRequest) UnmarshalJSON

func (m *FooSaveRequest) UnmarshalJSON(bytes []byte) error

type FooSaveResult

type FooSaveResult struct {
	IsSuccess bool `json:"is_success"`
}

Jump to

Keyboard shortcuts

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