model

package
v0.0.0-...-4417166 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: Apache-2.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 Amf

type Amf struct {
	Id     string `json:"id"`
	Locale string `json:"locale"`
}

type Article

type Article struct {
	Title   string `json:"Title"`
	Desc    string `json:"desc"`
	Content string `json:"content"`
}

type CollectionInfo

type CollectionInfo struct {
	DocumentName    string `json:"Name"`
	NumberOfRecords int64
}

type Config

type Config struct {
	Port     int
	MongoURI string
	DBName   string
}

CONFIG

type PlmnId

type PlmnId struct {
	Mcc string `json:"mcc"`
	Mnc string `json:"mnc"`
}

type PrometheusResponseData

type PrometheusResponseData struct {
	ResultType string                     `json:"resultType"`
	Result     []PrometheusResponseResult `json:"result"`
}

type PrometheusResponseMain

type PrometheusResponseMain struct {
	Status string                 `json:"status"`
	Data   PrometheusResponseData `json:"data"`
}

Prometheus structs

type PrometheusResponseMetric

type PrometheusResponseMetric struct {
	Name     string `json:"__name__"`
	Device   string `json:"device"`
	Instance string `json:"instance"`
	Job      string `json:"job"`
}

type PrometheusResponseResult

type PrometheusResponseResult struct {
	Metric PrometheusResponseMetric `json:"metric"`
	Values []interface{}            `json:"values"`
}

type RegistrationAccept

type RegistrationAccept struct {
	Date   time.Time `json:"date"`
	Amf    Amf
	Ue     Ue
	PlmnId PlmnId
}

type Ue

type Ue struct {
	Suci string `json:"suci"`
	Supi string `json:"supi"`
}

Jump to

Keyboard shortcuts

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