Documentation
¶
Index ¶
Constants ¶
View Source
const ( NetworkPorts = "networkports" MdsServices = "mdsservices" Roles = "permissions" Policies = "mdspolicies" Types = "types" )
View Source
const (
EndPoint = "servicemetadata"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkPortsQuery ¶ added in v0.0.5
type NetworkPortsQuery struct {
Type string `schema:"serviceType,omitempty"`
}
type RolesQuery ¶
type Service ¶
func (*Service) GetNetworkPorts ¶
func (s *Service) GetNetworkPorts(query *NetworkPortsQuery) ([]model.NetworkPorts, error)
func (*Service) GetPolicyTypes ¶
GetPolicyTypes - Returns the policy types
func (*Service) GetRoles ¶
func (s *Service) GetRoles(query *RolesQuery) (model.Roles, error)
GetRoles - Return list of Roles for the users
func (*Service) GetServiceRoles ¶
func (s *Service) GetServiceRoles(query *RolesQuery) (model.ServiceRoles, error)
GetServiceRoles - Return list of Roles for the service
Click to show internal directories.
Click to hide internal directories.