presenter

package module
v0.0.0-...-9afd91f Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2022 License: MIT Imports: 1 Imported by: 2

README

presenter

presenter for JSON API

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Std

type Std struct {
	Ok               bool        `json:"ok"`
	Result           interface{} `json:"result,omitempty"`
	ErrorCode        int         `json:"error_code,omitempty"`
	ErrorDescription string      `json:"description,omitempty"`
}

func (*Std) String

func (s *Std) String() string

Jump to

Keyboard shortcuts

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