package
Version:
v0.0.0-...-89c19b0
Opens a new window with list of versions in this module.
Published: Aug 23, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 struct {
UserID uint `json:"UserId"`
UserType uint `json:"UserType"`
Introduction string `json:"introduction"`
UserName string `json:"UserName"`
}
User 用户登录信息结构体
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 用户管理结构体
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.