lc_auth

package
v0.0.0-...-57ed434 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollaboratorUserRequest

type CollaboratorUserRequest struct {
}

type CollaboratorUserRespVo

type CollaboratorUserRespVo struct {
	vo.Err
	Reason   string `json:"reason"`
	Metadata string `json:"message"`
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

type CollaboratorUsersRequest

type CollaboratorUsersRequest struct {
	Users []*bo.Collaborator `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
}

type CollaboratorUsersRespVo

type CollaboratorUsersRespVo struct {
	vo.Err
	Reason   string `json:"reason"`
	Metadata string `json:"message"`
	Ok       bool   `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
}

type GetUserCollaboratorRoleIdsRequest

type GetUserCollaboratorRoleIdsRequest struct {
	AppId   int64 `protobuf:"varint,1,opt,name=appId,proto3" json:"appId,omitempty"`
	OrgId   int64 `protobuf:"varint,2,opt,name=orgId,proto3" json:"orgId,omitempty"`
	UserId  int64 `protobuf:"varint,3,opt,name=userId,proto3" json:"userId,omitempty"`
	TableId int64 `protobuf:"varint,4,opt,name=tableId,proto3" json:"tableId,omitempty"`
}

type GetUserCollaboratorRoleIdsRespVo

type GetUserCollaboratorRoleIdsRespVo struct {
	vo.Err
	Reason   string  `json:"reason"`
	Metadata string  `json:"message"`
	RoleIds  []int64 `protobuf:"varint,1,rep,packed,name=role_ids,json=roleIds,proto3" json:"roleIds,omitempty"`
}

type KratosVo

type KratosVo struct {
}

type MemberFieldRequest

type MemberFieldRequest struct {
	OrgId     int64  `json:"org_id,omitempty"`
	TableId   int64  `json:"table_id,omitempty"`
	FieldName string `json:"field_name,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL