Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeNotificationData ¶
func MakeNotificationData(entityName, groupName string, operation pb.Operation) pb.Notification
Types ¶
type Channel ¶
type Channel struct {
// Notify Send channel to send virtual machine Notification
Notify chan pb.Notification
// Result channel to get the Result
Result chan error
}
Virtual Machine Channel
func MakeChannel ¶
func MakeChannel() Channel
func MakeChannelWithQueue ¶
Click to show internal directories.
Click to hide internal directories.