models

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasePayload

type BasePayload struct {
	Status string
	Error  string
}

type Payload

type Payload struct {
	Payload interface{}
	BasePayload
}

Payload is the default response

func NewPayload

func NewPayload(status string, payload interface{}, err string) Payload

NewPayload populates and returns an initialised Payload struct.

Jump to

Keyboard shortcuts

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