res_watch

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 3 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 string
const (
	EventSubscribe   Event = "subscribe"
	EventUnsubscribe Event = "unsubscribe"
)

type Message

type Message struct {
	ResPath string
	Id      string
	Event   Event
}

type ReqData

type ReqData struct {
	AccountName string `json:"account"`
	ProjectName string `json:"project"`

	// ResourceName string `json:"resource"`
	// ResourceType string `json:"resource_type"`
	Topic    string `json:"topic"`
	ReqTopic string `json:"req_topic"`
}

func ParseReq

func ParseReq(rt string) (*ReqData, error)

type ResWatchSubs

type ResWatchSubs struct {
	Sub      *mnats.Subscription
	Resource ReqData
}

type ResWatchSubsMap

type ResWatchSubsMap map[string]ResWatchSubs

type Response

type Response struct {
}

Jump to

Keyboard shortcuts

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