model

package
v0.0.0-...-357db74 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBInfo

type DBInfo struct {
	Url    string `json:"url"`
	Port   int    `json:"port"`
	Name   string `json:"name"`
	Pass   string `json:"pass"`
	DbName string `json:"db_name"`
}

type IntegratedQueryRequest

type IntegratedQueryRequest struct {
	Publicrequest PublicRequest `json:"publicrequest"`
	Sql           string        `json:"sql"`
	Dbname        string        `json:"dbname"`
	Parameter     string        `json:"parameter"`
}

type PublicRequest

type PublicRequest struct {
	Askorgcode    string    `json:"askorgcode"`
	Askorgname    string    `json:"askorgname"`
	Targetorgcode string    `json:"targetorgcode"`
	Asktime       time.Time `json:"asktime"`
	Version       string    `json:"version"`
	Signmsg       string    `json:"signmsg"`
}

func RequestInstance

func RequestInstance(targetOrgCode string) PublicRequest

Jump to

Keyboard shortcuts

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