Documentation ¶
Overview ¶
Package schema contains the ent schema definitions for the ipam API.
Index ¶
Constants ¶
View Source
const ( // ApplicationPrefix is the prefix for all application IDs owned by ipam-api ApplicationPrefix = "ipam" // IPBlockTypePrefix is the prefix for all IP Block Types nodes IPBlockTypePrefix = ApplicationPrefix + "ibt" // IPBlockPrefix is the prefix for all IP Block nodes IPBlockPrefix = ApplicationPrefix + "ibk" // IPAddressPrefix is the prefix for all IP Block nodes IPAddressPrefix = ApplicationPrefix + "ipa" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAddress ¶
IPAddress holds the schema definition for the IPAddress entity.
func (IPAddress) Annotations ¶
func (IPAddress) Annotations() []schema.Annotation
Annotations of the IPAddress
type IPBlock ¶
IPBlock holds the schema definition for the IPBlock entity.
func (IPBlock) Annotations ¶
func (IPBlock) Annotations() []schema.Annotation
Annotations of the IPBlock
type IPBlockType ¶
IPBlockType holds the schema definition for the IPBlockType entity.
func (IPBlockType) Annotations ¶
func (IPBlockType) Annotations() []schema.Annotation
Annotations of the IPBlockType
Source Files ¶
Click to show internal directories.
Click to hide internal directories.