models

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorEvent

type ErrorEvent struct {
	Cause      error
	GUID       string
	EntityType string
}

func (*ErrorEvent) Error

func (e *ErrorEvent) Error() string

type Organization

type Organization struct {
	GUID        string
	Assignments []RoleAssignment
}

type RoleAssignment

type RoleAssignment struct {
	UserGUID string
	Roles    []string
}

type Space

type Space struct {
	GUID        string
	OrgGUID     string
	Assignments []RoleAssignment
}

Jump to

Keyboard shortcuts

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