nssf_message

package
v0.0.0-...-3a7200f Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2022 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 Event

type Event int
const (
	NSSelectionGet Event = iota + 1
	NSSAIAvailabilityPut
	NSSAIAvailabilityPatch
	NSSAIAvailabilityDelete
	NSSAIAvailabilityPost
	NSSAIAvailabilityUnsubscribe
)

type HandlerMessage

type HandlerMessage struct {
	Event        Event
	HttpRequest  *http_wrapper.Request
	ResponseChan chan HandlerResponseMessage
}

func NewMessage

func NewMessage(event Event, httpRequest *http_wrapper.Request) (msg HandlerMessage)

type HandlerResponseMessage

type HandlerResponseMessage struct {
	HttpResponse *http_wrapper.Response
}

Jump to

Keyboard shortcuts

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