PDUSession

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddService

func AddService(engine *gin.Engine) *gin.RouterGroup

func DummyServer

func DummyServer()

func Index

func Index(c *gin.Context)

Index is the index handler.

func NewRouter

func NewRouter() *gin.Engine

NewRouter returns a new router.

func PostPduSessions

func PostPduSessions(c *gin.Context)

PostPduSessions - Create

func PostSmContexts

func PostSmContexts(c *gin.Context)

PostSmContexts - Create SM Context

func ReleasePduSession

func ReleasePduSession(c *gin.Context)

ReleasePduSession - Release

func ReleaseSmContext

func ReleaseSmContext(c *gin.Context)

ReleaseSmContext - Release SM Context

func RetrieveSmContext

func RetrieveSmContext(c *gin.Context)

RetrieveSmContext - Retrieve SM Context

func UpdatePduSession

func UpdatePduSession(c *gin.Context)

UpdatePduSession - Update (initiated by V-SMF)

func UpdateSmContext

func UpdateSmContext(c *gin.Context)

UpdateSmContext - Update SM Context

Types

type Route

type Route struct {
	// Name is the name of this Route.
	Name string
	// Method is the string for the HTTP method. ex) GET, POST etc..
	Method string
	// Pattern is the pattern of the URI.
	Pattern string
	// HandlerFunc is the handler function of this route.
	HandlerFunc gin.HandlerFunc
}

Route is the information for every URI.

type Routes

type Routes []Route

Routes is the list of the generated Route.

Jump to

Keyboard shortcuts

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