Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Organization ¶
type Organization struct { Name string `json:"name,omitempty"` Industry string `json:"industry,omitempty"` }
Organization represents an organization. Does not have to be tied with an RIR.
func (Organization) AssetType ¶
func (o Organization) AssetType() model.AssetType
AssetType returns the asset type.
func (Organization) JSON ¶
func (o Organization) JSON() ([]byte, error)
JSON returns the JSON representation of the asset.
Click to show internal directories.
Click to hide internal directories.