Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkApplications ¶
type NetworkApplications struct { ID string `json:"id"` ParentCategory string `json:"parentCategory,omitempty"` Description string `json:"description,omitempty"` Deprecated bool `json:"deprecated"` }
func GetAll ¶ added in v2.61.0
func GetAll(service *services.Service, locale string) ([]NetworkApplications, error)
func GetByName ¶ added in v2.61.0
func GetByName(service *services.Service, nwApplicationName, locale string) (*NetworkApplications, error)
func GetNetworkApplication ¶ added in v2.61.0
func GetNetworkApplication(service *services.Service, id, locale string) (*NetworkApplications, error)
Click to show internal directories.
Click to hide internal directories.