Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OwnerPath ¶
type OwnerPath string
${group_path}:${user_id}
func (OwnerPath) CheckOwnerPathPermission ¶
func (OwnerPath) CheckPermission ¶
func (OwnerPath) ToProtoString ¶
func (o OwnerPath) ToProtoString() *wrappers.StringValue
type Sender ¶
type Sender struct {
UserId string `json:"user_id,omitempty"`
OwnerPath OwnerPath `json:"owner_path,omitempty"`
AccessPath OwnerPath `json:"access_path,omitempty"`
}
func GetSystemSender ¶
func GetSystemSender() *Sender
func (Sender) GetAccessPath ¶
func (Sender) GetOwnerPath ¶
Click to show internal directories.
Click to hide internal directories.