page

package
v0.0.0-...-89c19b0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	ID        uint   `json:"ID"`
	Name      string `json:"name"`
	Git       string `json:"git"`
	Jenkins   string `json:"jenkins"`
	State     uint   `json:"state"`
	CreatedAt string `json:"created_at"`
}

Application 用户管理结构体

type User

type User struct {
	UserID       uint   `json:"UserId"`
	UserType     uint   `json:"UserType"`
	Introduction string `json:"introduction"`
	UserName     string `json:"UserName"`
}

User 用户登录信息结构体

type Users

type Users struct {
	ID        uint   `json:"id"`
	Name      string `json:"username"`
	Password  string `json:"password"`
	UserType  string `json:"user_type"`
	State     string `json:"state"`
	Deleted   string `json:"deteled"`
	CreatedAt string `json:"created_at"`
}

Users 用户管理结构体

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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