app

package
v3.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppInitializeWillInitialize

func AppInitializeWillInitialize(cfgPath string)

func ContextSelf

func ContextSelf() *context

Types

type AMF

type AMF struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type AUSF

type AUSF struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type Aper

type Aper struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type CommonConsumerTest

type CommonConsumerTest struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type FSM

type FSM struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type Logger

type Logger struct {
	AMF                AMF                `yaml:"AMF"`
	UDM                UDM                `yaml:"UDM"`
	SMF                SMF                `yaml:"SMF"`
	NAS                NAS                `yaml:"NAS"`
	FSM                FSM                `yaml:"FSM"`
	NGAP               NGAP               `yaml:"NGAP"`
	NamfComm           NamfComm           `yaml:"NamfComm"`
	NamfEventExposure  NamfEventExposure  `yaml:"NamfEventExposure"`
	NsmfPDUSession     NsmfPDUSession     `yaml:"NsmfPDUSession"`
	NudrDataRepository NudrDataRepository `yaml:"NudrDataRepository"`
	OpenApi            OpenApi            `yaml:"OpenApi"`
	Aper               Aper               `yaml:"Aper"`
	CommonConsumerTest CommonConsumerTest `yaml:"CommonConsumerTest"`
	PCF                PCF                `yaml:"PCF"`
	UDR                UDR                `yaml:"UDR"`
	NRF                NRF                `yaml:"NRF"`
	NSSF               NSSF               `yaml:"NSSF"`
	AUSF               AUSF               `yaml:"AUSF"`
	N3IWF              N3IWF              `yaml:"N3IWF"`
	WEBUI              WEBUI              `yaml:"WEBUI"`
}

type N3IWF

type N3IWF struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NAS

type NAS struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NGAP

type NGAP struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NRF

type NRF struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NSSF

type NSSF struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NamfComm

type NamfComm struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NamfEventExposure

type NamfEventExposure struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NetworkFunction

type NetworkFunction interface {
	Initialize(c *cli.Context)
	GetCliCmd() (flags []cli.Flag)
	FilterCli(c *cli.Context) (args []string)
	Exec(*cli.Context) error
	Start()
}

type NsmfPDUSession

type NsmfPDUSession struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type NudrDataRepository

type NudrDataRepository struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type OpenApi

type OpenApi struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type PCF

type PCF struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type SMF

type SMF struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type UDM

type UDM struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type UDR

type UDR struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

type WEBUI

type WEBUI struct {
	DebugLevel   string `yaml:"debugLevel"`
	ReportCaller bool   `yaml:"ReportCaller"`
}

Jump to

Keyboard shortcuts

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