domain

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 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 Domain

type Domain struct {
	ID string `json:"_id,omitempty" bson:"_id,omitempty"`
	//Domain address
	// required: true
	Domain string `json:"domain"`
	//Group for domain
	// required: true
	DomainGroup string `json:"domain_group"`
	//Domain ip addresses
	// required: true
	IP []string `json:"ip"`
}

Domain -- model for available service domain for resource-service db

swagger:model

type DomainsResponse added in v1.0.3

type DomainsResponse struct {
	Domains ListDomain `json:"domains"`
}

DomainsList -- domains response

swagger:model

type ListDomain added in v1.0.4

type ListDomain []Domain

ListDomain -- domains list

swagger:model

Jump to

Keyboard shortcuts

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