Documentation
¶
Index ¶
Constants ¶
View Source
const ( CLUSTER_ROLE_REQUEST_MADE = "" /* 162-byte string literal not displayed */ ROLE_REQUEST_MADE = "" /* 161-byte string literal not displayed */ TENANT_REQUEST_MADE = "" /* 144-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterRoleRequest ¶
type ClusterRoleRequest struct {
Name string
}
type Content ¶
type Content struct {
Cluster string
User string
FirstName string
LastName string
Subject string
Recipient []string
RoleRequest *RoleRequest
TenantRequest *TenantRequest
ClusterRoleRequest *ClusterRoleRequest
}
func (*Content) SendNotification ¶
type RoleRequest ¶
type TenantRequest ¶
type TenantRequest struct {
Tenant string
}
Click to show internal directories.
Click to hide internal directories.