group

package
v0.0.0-...-c7d208e Latest Latest
Warning

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

Go to latest
Published: May 10, 2025 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ID               = 0
	OrgJa            = 1
	Org              = 2
	Email            = 3
	UpdateID         = 100
	UpdateOrg        = 101
	UpdateStatus     = 102
	UpdateTechID     = 103
	UpdateMembership = 105
	UpdateAll        = 150
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Group

type Group struct {
	ID            uint               `json:"id"`
	Agree         *bool              `json:"agree"`
	Question      string             `json:"question"`
	Org           string             `json:"org"`
	OrgEn         string             `json:"org_en"`
	PostCode      string             `json:"postcode"`
	Address       string             `json:"address"`
	AddressEn     string             `json:"address_en"`
	Tel           string             `json:"tel"`
	Country       string             `json:"country"`
	Status        uint               `json:"status"`
	Bandwidth     string             `json:"bandwidth"`
	Contract      string             `json:"contract"`
	Student       *bool              `json:"student"`
	Pass          *bool              `json:"pass"`
	Lock          *bool              `json:"lock"`
	ExpiredStatus uint               `json:"expired_status"`
	Open          *bool              `json:"open"`
	Service       *[]service.Service `json:"service"`
	User          []user.User        `json:"user"`
}

type Input

type Input struct {
	Agree          *bool   `json:"agree"`
	Question       string  `json:"question"`
	Org            string  `json:"org"`
	OrgEn          string  `json:"org_en"`
	PostCode       string  `json:"postcode"`
	Address        string  `json:"address"`
	AddressEn      string  `json:"address_en"`
	Tel            string  `json:"tel"`
	Country        string  `json:"country"`
	Contract       string  `json:"contract"`
	Student        *bool   `json:"student"`
	StudentExpired *string `json:"student_expired"`
}

type Result

type Result struct {
	Group Group `json:"group"`
}

type ResultAdmin

type ResultAdmin struct {
	Group core.Group `json:"group"`
}

type ResultAdminAll

type ResultAdminAll struct {
	Group []core.Group `json:"group"`
}

type ResultDatabase

type ResultDatabase struct {
	Err   error
	Group []core.Group
}

Directories

Path Synopsis
v0
v0
memo
v0
ip
v0

Jump to

Keyboard shortcuts

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