noc

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: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ID        = 0
	Name      = 1
	Enable    = 2
	UpdateAll = 150
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	NOC []core.NOC `json:"noc"`
}

type ResultAllUser

type ResultAllUser struct {
	NOC []ResultOneUser `json:"noc"`
}

type ResultDatabase

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

type ResultOneUser

type ResultOneUser struct {
	ID       uint   `json:"ID"`
	Name     string `json:"name"`
	Location string `json:"location"`
	New      *bool  `json:"new"`
}

Directories

Path Synopsis
v0
v0
v0

Jump to

Keyboard shortcuts

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