types

package
v0.0.0-...-2d9c92e Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Code generated by goctl. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddrAddReq

type AddrAddReq struct {
}

type AddrAddResp

type AddrAddResp struct {
}

type AddrDelReq

type AddrDelReq struct {
}

type AddrDelResp

type AddrDelResp struct {
}

type AddrInfoReq

type AddrInfoReq struct {
}

type AddrInfoResp

type AddrInfoResp struct {
}

type AddrLsReq

type AddrLsReq struct {
}

type AddrLsResp

type AddrLsResp struct {
}

type AddrUdReq

type AddrUdReq struct {
}

type AddrUdResp

type AddrUdResp struct {
}

type App

type App struct {
	Id        int    `json:"id"`
	Secret    string `json:"secret"`
	Status    int    `json:"status"`
	Remark    string `json:"remark"`
	Name      string `json:"name"`
	CreatedAt int64  `json:"created_at"`
	UpdatedAt int64  `json:"updated_at"`
	AccountId int    `json:"account_id"`
}

type AppAddReq

type AppAddReq struct {
	Name string `json:"name"`
}

type AppAddResp

type AppAddResp struct {
	AppID int64  `json:"appid"`
	Err   string `json:"err,omitempty"`
}

type AppDelReq

type AppDelReq struct {
}

type AppDelResp

type AppDelResp struct {
}

type AppInfoReq

type AppInfoReq struct {
}

type AppInfoResp

type AppInfoResp struct {
	Data App `json:"data"`
}

type AppLsReq

type AppLsReq struct {
}

type AppLsResp

type AppLsResp struct {
	List  []App `json:"list"`
	Total int   `json:"total"`
}

type AppUdReq

type AppUdReq struct {
}

type AppUdResp

type AppUdResp struct {
}

type LogReq

type LogReq struct {
	Account  string `json:"account"`
	Password string `json:"password"`
}

type LogResp

type LogResp struct {
	Token string `json:"token"`
	Err   string `json:"err,omitempty"`
}

type RegReq

type RegReq struct {
	Account  string `json:"account"`
	Password string `json:"password"`
}

type RegResp

type RegResp struct {
	Err string `json:"err,omitempty"`
}

type SigAddReq

type SigAddReq struct {
}

type SigAddResp

type SigAddResp struct {
}

type SigDelReq

type SigDelReq struct {
}

type SigDelResp

type SigDelResp struct {
}

type SigInfoReq

type SigInfoReq struct {
}

type SigInfoResp

type SigInfoResp struct {
}

type SigLsReq

type SigLsReq struct {
}

type SigLsResp

type SigLsResp struct {
}

type SigUdReq

type SigUdReq struct {
}

type SigUdResp

type SigUdResp struct {
}

type TplAddReq

type TplAddReq struct {
}

type TplAddResp

type TplAddResp struct {
}

type TplDelReq

type TplDelReq struct {
}

type TplDelResp

type TplDelResp struct {
}

type TplInfoReq

type TplInfoReq struct {
}

type TplInfoResp

type TplInfoResp struct {
}

type TplLsReq

type TplLsReq struct {
}

type TplLsResp

type TplLsResp struct {
}

type TplUdReq

type TplUdReq struct {
}

type TplUdResp

type TplUdResp struct {
}

Jump to

Keyboard shortcuts

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