Documentation ¶
Index ¶
Constants ¶
View Source
const SECRECT_PLACEHOLDER = "******"
Variables ¶
This section is empty.
Functions ¶
func HidePassword ¶
Types ¶
type ClientInterface ¶
type ClientInterface interface { pb.OrgServiceServer }
type Interface ¶
type Interface interface { pb.OrgServiceServer WithUc(uc userpb.UserServiceServer) WithMember(member *member.Member) WithPermission(permission *permission.Permission) ListOrgs(ctx context.Context, orgIDs []int64, req *pb.ListOrgRequest, all bool) (int, []*pb.Org, error) }
func MustGetOrg ¶
func MustGetOrg() Interface
type WrapClient ¶
type WrapClient struct {
pb.OrgServiceServer
}
Click to show internal directories.
Click to hide internal directories.