Documentation ¶
Index ¶
- func AddService(engine *gin.Engine) *gin.RouterGroup
- func DummyServer()
- func HTTPPostSmContexts(c *gin.Context)
- func HTTPReleaseSmContext(c *gin.Context)
- func HTTPUpdateSmContext(c *gin.Context)
- func Index(c *gin.Context)
- func NewRouter() *gin.Engine
- func PostPduSessions(c *gin.Context)
- func ReleasePduSession(c *gin.Context)
- func RetrieveSmContext(c *gin.Context)
- func UpdatePduSession(c *gin.Context)
- type Route
- type Routes
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 HTTPPostSmContexts ¶
HTTPPostSmContexts - Create SM Context
func HTTPReleaseSmContext ¶
HTTPReleaseSmContext - Release SM Context
func HTTPUpdateSmContext ¶
HTTPUpdateSmContext - Update SM Context
func RetrieveSmContext ¶
RetrieveSmContext - Retrieve SM Context
func UpdatePduSession ¶
UpdatePduSession - Update (initiated by V-SMF)
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.
Click to show internal directories.
Click to hide internal directories.