Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Organization ¶
type Organization struct { // OrgName is the name of the organization. OrgName string `json:"org_name,omitempty"` // Industry is the industry of the organization. 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.