keystone

package
v0.0.0-...-2ab8be3 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint struct {
	Id        string `json:"id,omitempty"`
	Region    string `json:"region,omitempty"`
	Url       string `json:"url,omitempty"`
	Interface string `json:"interface,omitempty"`
	RegionId  string `json:"region_id,omitempty"`
	Enabled   bool   `json:"enabled"`
	ServiceId string `json:"service_id,omitempty"`
}

type Region

type Region struct {
	Id             string      `json:"id,omitempty"`
	ParentRegionId string      `json:"parent_region_id,omitempty"`
	Description    string      `json:"description,omitempty"`
	Links          interface{} `json:"links,omitempty"`
}

type RoleAssigment

type RoleAssigment struct {
	Scope Scope     `json:"scope,omitempty"`
	User  auth.User `json:"user,omitempty"`
}

type Scope

type Scope struct {
	Project auth.Project `json:"project,omitempty"`
}

type Service

type Service struct {
	model.Resource
	Enabled bool   `json:"enabled"`
	Type    string `json:"type"`
}

func (Service) Display

func (service Service) Display() string

Jump to

Keyboard shortcuts

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