domain

package
v1.0.0-rc2 Latest Latest
Warning

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

Go to latest
Published: May 25, 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 DomainList

type DomainList []Domain

DomainList -- domains list

swagger:model

Jump to

Keyboard shortcuts

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