eventsv1

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: MIT Imports: 2 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 struct {
	// The event identifier
	Id string `json:"id"`
	// The event time.
	Time time.Time `json:"time"`
	// The event type.
	Type string `json:"type"`
	// The `flows.changed` data.
	FlowsChanged *FlowsChanged `json:"flowsChanged"`
	// The `members.changed` data.
	MembersChanged *MembersChanged `json:"membersChanged"`
	// The `organizations.changed` data.
	OrganizationsChanged *OrganizationsChanged `json:"organizationsChanged"`
	// The `subscriptions.changed` data.
	SubscriptionsChanged *SubscriptionsChanged `json:"subscriptionsChanged"`
	// The `users.changed` data.
	UsersChanged *UsersChanged `json:"usersChanged"`
}

The event.

type FlowsChanged

type FlowsChanged struct {
	// The flow.
	Flow *adminv1.Flow `json:"flow"`
}

The flows changed event.

type MembersChanged

type MembersChanged struct {
	// The organization.
	Organization *adminv1.Organization `json:"organization"`
	// The member.
	Member *adminv1.Member `json:"member"`
}

The members changed event.

type OrganizationsChanged

type OrganizationsChanged struct {
	// The organization.
	Organization *adminv1.Organization `json:"organization"`
}

The organizations changed event.

type SubscriptionsChanged

type SubscriptionsChanged struct {
	// The subscription.
	Subscription *adminv1.Subscription `json:"subscription"`
}

The subscriptions changed event.

type UsersChanged

type UsersChanged struct {
	// The user.
	User *adminv1.User `json:"user"`
}

The users changed event.

Jump to

Keyboard shortcuts

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