test

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2023 License: 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 DummyRequestArg

type DummyRequestArg struct {
	ID          string                 `json:"*id"`
	Type        *string                `json:"*type"`
	Number      int64                  `json:"number"`
	ShowDetail  bool                   `json:"-"        query:"SHOW_DETAIL"`
	EnableDebug bool                   `json:"-"        query:"ENABLE_DEBUG"`
	Tags        []string               `json:"tags"`
	Detail      *DummyRequestArgDetail `json:"detail"`
}

type DummyRequestArgDetail

type DummyRequestArgDetail struct {
	Operator string `json:"operator"`
}

type DummyRequestArgValidatable

type DummyRequestArgValidatable DummyRequestArg

func (*DummyRequestArgValidatable) Validate

func (v *DummyRequestArgValidatable) Validate() error

Jump to

Keyboard shortcuts

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