common

package
v0.0.0-...-a67b36e Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2021 License: Apache-2.0 Imports: 5 Imported by: 24

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AppRole_name = map[int32]string{
		0: "OWNER",
		1: "EDITOR",
		2: "VIEWER",
	}
	AppRole_value = map[string]int32{
		"OWNER":  0,
		"EDITOR": 1,
		"VIEWER": 2,
	}
)

Enum value maps for AppRole.

View Source
var File_common_common_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AppAccessToken

type AppAccessToken struct {
	Jwt        string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	Expiration int64  `protobuf:"varint,2,opt,name=expiration,proto3" json:"expiration,omitempty"`
	Locked     bool   `protobuf:"varint,3,opt,name=locked,proto3" json:"locked,omitempty"`
	// contains filtered or unexported fields
}

func (*AppAccessToken) Descriptor deprecated

func (*AppAccessToken) Descriptor() ([]byte, []int)

Deprecated: Use AppAccessToken.ProtoReflect.Descriptor instead.

func (*AppAccessToken) GetExpiration

func (x *AppAccessToken) GetExpiration() int64

func (*AppAccessToken) GetJwt

func (x *AppAccessToken) GetJwt() string

func (*AppAccessToken) GetLocked

func (x *AppAccessToken) GetLocked() bool

func (*AppAccessToken) ProtoMessage

func (*AppAccessToken) ProtoMessage()

func (*AppAccessToken) ProtoReflect

func (x *AppAccessToken) ProtoReflect() protoreflect.Message

func (*AppAccessToken) Reset

func (x *AppAccessToken) Reset()

func (*AppAccessToken) String

func (x *AppAccessToken) String() string

type AppConfigInfo

type AppConfigInfo struct {
	Funnel   []*Funnel   `protobuf:"bytes,1,rep,name=funnel,proto3" json:"funnel,omitempty"`
	Campaign []*Campaign `protobuf:"bytes,2,rep,name=campaign,proto3" json:"campaign,omitempty"`
	BtnTime  []*BtnTime  `protobuf:"bytes,3,rep,name=btn_time,json=btnTime,proto3" json:"btn_time,omitempty"`
	Locked   bool        `protobuf:"varint,4,opt,name=locked,proto3" json:"locked,omitempty"`
	// contains filtered or unexported fields
}

func (*AppConfigInfo) Descriptor deprecated

func (*AppConfigInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppConfigInfo.ProtoReflect.Descriptor instead.

func (*AppConfigInfo) GetBtnTime

func (x *AppConfigInfo) GetBtnTime() []*BtnTime

func (*AppConfigInfo) GetCampaign

func (x *AppConfigInfo) GetCampaign() []*Campaign

func (*AppConfigInfo) GetFunnel

func (x *AppConfigInfo) GetFunnel() []*Funnel

func (*AppConfigInfo) GetLocked

func (x *AppConfigInfo) GetLocked() bool

func (*AppConfigInfo) ProtoMessage

func (*AppConfigInfo) ProtoMessage()

func (*AppConfigInfo) ProtoReflect

func (x *AppConfigInfo) ProtoReflect() protoreflect.Message

func (*AppConfigInfo) Reset

func (x *AppConfigInfo) Reset()

func (*AppConfigInfo) String

func (x *AppConfigInfo) String() string

type AppConfigurations

type AppConfigurations struct {
	Funnel   []*Stage  `protobuf:"bytes,1,rep,name=funnel,proto3" json:"funnel,omitempty"`
	Campaign []*Record `protobuf:"bytes,2,rep,name=campaign,proto3" json:"campaign,omitempty"`
	BtnTime  []*BtnDef `protobuf:"bytes,3,rep,name=btn_time,json=btnTime,proto3" json:"btn_time,omitempty"`
	Locked   bool      `protobuf:"varint,4,opt,name=locked,proto3" json:"locked,omitempty"`
	// contains filtered or unexported fields
}

func (*AppConfigurations) Descriptor deprecated

func (*AppConfigurations) Descriptor() ([]byte, []int)

Deprecated: Use AppConfigurations.ProtoReflect.Descriptor instead.

func (*AppConfigurations) GetBtnTime

func (x *AppConfigurations) GetBtnTime() []*BtnDef

func (*AppConfigurations) GetCampaign

func (x *AppConfigurations) GetCampaign() []*Record

func (*AppConfigurations) GetFunnel

func (x *AppConfigurations) GetFunnel() []*Stage

func (*AppConfigurations) GetLocked

func (x *AppConfigurations) GetLocked() bool

func (*AppConfigurations) ProtoMessage

func (*AppConfigurations) ProtoMessage()

func (*AppConfigurations) ProtoReflect

func (x *AppConfigurations) ProtoReflect() protoreflect.Message

func (*AppConfigurations) Reset

func (x *AppConfigurations) Reset()

func (*AppConfigurations) String

func (x *AppConfigurations) String() string

type AppInfo

type AppInfo struct {
	Uuid      string       `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Name      string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	URL       string       `protobuf:"bytes,3,opt,name=URL,proto3" json:"URL,omitempty"`
	Tags      []string     `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	Owner     string       `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	Member    []*AppMember `protobuf:"bytes,6,rep,name=member,proto3" json:"member,omitempty"`
	Locked    bool         `protobuf:"varint,7,opt,name=locked,proto3" json:"locked,omitempty"`
	IsPrivate bool         `protobuf:"varint,8,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfo) Descriptor deprecated

func (*AppInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppInfo.ProtoReflect.Descriptor instead.

func (*AppInfo) GetIsPrivate

func (x *AppInfo) GetIsPrivate() bool

func (*AppInfo) GetLocked

func (x *AppInfo) GetLocked() bool

func (*AppInfo) GetMember

func (x *AppInfo) GetMember() []*AppMember

func (*AppInfo) GetName

func (x *AppInfo) GetName() string

func (*AppInfo) GetOwner

func (x *AppInfo) GetOwner() string

func (*AppInfo) GetTags

func (x *AppInfo) GetTags() []string

func (*AppInfo) GetURL

func (x *AppInfo) GetURL() string

func (*AppInfo) GetUuid

func (x *AppInfo) GetUuid() string

func (*AppInfo) ProtoMessage

func (*AppInfo) ProtoMessage()

func (*AppInfo) ProtoReflect

func (x *AppInfo) ProtoReflect() protoreflect.Message

func (*AppInfo) Reset

func (x *AppInfo) Reset()

func (*AppInfo) String

func (x *AppInfo) String() string

type AppMember

type AppMember struct {
	Uuid   string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Role   string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Status int32  `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMember) Descriptor deprecated

func (*AppMember) Descriptor() ([]byte, []int)

Deprecated: Use AppMember.ProtoReflect.Descriptor instead.

func (*AppMember) GetRole

func (x *AppMember) GetRole() string

func (*AppMember) GetStatus

func (x *AppMember) GetStatus() int32

func (*AppMember) GetUuid

func (x *AppMember) GetUuid() string

func (*AppMember) ProtoMessage

func (*AppMember) ProtoMessage()

func (*AppMember) ProtoReflect

func (x *AppMember) ProtoReflect() protoreflect.Message

func (*AppMember) Reset

func (x *AppMember) Reset()

func (*AppMember) String

func (x *AppMember) String() string

type AppMetaInfo

type AppMetaInfo struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*AppMetaInfo) Descriptor deprecated

func (*AppMetaInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppMetaInfo.ProtoReflect.Descriptor instead.

func (*AppMetaInfo) GetName

func (x *AppMetaInfo) GetName() string

func (*AppMetaInfo) GetUuid

func (x *AppMetaInfo) GetUuid() string

func (*AppMetaInfo) ProtoMessage

func (*AppMetaInfo) ProtoMessage()

func (*AppMetaInfo) ProtoReflect

func (x *AppMetaInfo) ProtoReflect() protoreflect.Message

func (*AppMetaInfo) Reset

func (x *AppMetaInfo) Reset()

func (*AppMetaInfo) String

func (x *AppMetaInfo) String() string

type AppPermission

type AppPermission struct {
	AppUuid string  `protobuf:"bytes,1,opt,name=app_uuid,json=appUuid,proto3" json:"app_uuid,omitempty"`
	Role    AppRole `protobuf:"varint,2,opt,name=role,proto3,enum=common.AppRole" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*AppPermission) Descriptor deprecated

func (*AppPermission) Descriptor() ([]byte, []int)

Deprecated: Use AppPermission.ProtoReflect.Descriptor instead.

func (*AppPermission) GetAppUuid

func (x *AppPermission) GetAppUuid() string

func (*AppPermission) GetRole

func (x *AppPermission) GetRole() AppRole

func (*AppPermission) ProtoMessage

func (*AppPermission) ProtoMessage()

func (*AppPermission) ProtoReflect

func (x *AppPermission) ProtoReflect() protoreflect.Message

func (*AppPermission) Reset

func (x *AppPermission) Reset()

func (*AppPermission) String

func (x *AppPermission) String() string

type AppRole

type AppRole int32
const (
	AppRole_OWNER  AppRole = 0
	AppRole_EDITOR AppRole = 1
	AppRole_VIEWER AppRole = 2
)

func (AppRole) Descriptor

func (AppRole) Descriptor() protoreflect.EnumDescriptor

func (AppRole) Enum

func (x AppRole) Enum() *AppRole

func (AppRole) EnumDescriptor deprecated

func (AppRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppRole.Descriptor instead.

func (AppRole) Number

func (x AppRole) Number() protoreflect.EnumNumber

func (AppRole) String

func (x AppRole) String() string

func (AppRole) Type

func (AppRole) Type() protoreflect.EnumType

type AppSubset

type AppSubset struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Private bool   `protobuf:"varint,3,opt,name=private,proto3" json:"private,omitempty"`
	// contains filtered or unexported fields
}

func (*AppSubset) Descriptor deprecated

func (*AppSubset) Descriptor() ([]byte, []int)

Deprecated: Use AppSubset.ProtoReflect.Descriptor instead.

func (*AppSubset) GetName

func (x *AppSubset) GetName() string

func (*AppSubset) GetPrivate

func (x *AppSubset) GetPrivate() bool

func (*AppSubset) GetUuid

func (x *AppSubset) GetUuid() string

func (*AppSubset) ProtoMessage

func (*AppSubset) ProtoMessage()

func (*AppSubset) ProtoReflect

func (x *AppSubset) ProtoReflect() protoreflect.Message

func (*AppSubset) Reset

func (x *AppSubset) Reset()

func (*AppSubset) String

func (x *AppSubset) String() string

type AppTokenInfo

type AppTokenInfo struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Exp   int64  `protobuf:"varint,2,opt,name=exp,proto3" json:"exp,omitempty"`
	// contains filtered or unexported fields
}

func (*AppTokenInfo) Descriptor deprecated

func (*AppTokenInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppTokenInfo.ProtoReflect.Descriptor instead.

func (*AppTokenInfo) GetExp

func (x *AppTokenInfo) GetExp() int64

func (*AppTokenInfo) GetToken

func (x *AppTokenInfo) GetToken() string

func (*AppTokenInfo) ProtoMessage

func (*AppTokenInfo) ProtoMessage()

func (*AppTokenInfo) ProtoReflect

func (x *AppTokenInfo) ProtoReflect() protoreflect.Message

func (*AppTokenInfo) Reset

func (x *AppTokenInfo) Reset()

func (*AppTokenInfo) String

func (x *AppTokenInfo) String() string

type AuthedUser

type AuthedUser struct {
	Uuid          string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Organization  string   `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
	Username      string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	ReadWriteApps []string `protobuf:"bytes,4,rep,name=read_write_apps,json=readWriteApps,proto3" json:"read_write_apps,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthedUser) Descriptor deprecated

func (*AuthedUser) Descriptor() ([]byte, []int)

Deprecated: Use AuthedUser.ProtoReflect.Descriptor instead.

func (*AuthedUser) GetOrganization

func (x *AuthedUser) GetOrganization() string

func (*AuthedUser) GetReadWriteApps

func (x *AuthedUser) GetReadWriteApps() []string

func (*AuthedUser) GetUsername

func (x *AuthedUser) GetUsername() string

func (*AuthedUser) GetUuid

func (x *AuthedUser) GetUuid() string

func (*AuthedUser) ProtoMessage

func (*AuthedUser) ProtoMessage()

func (*AuthedUser) ProtoReflect

func (x *AuthedUser) ProtoReflect() protoreflect.Message

func (*AuthedUser) Reset

func (x *AuthedUser) Reset()

func (*AuthedUser) String

func (x *AuthedUser) String() string

type BtnDef

type BtnDef struct {
	Id      int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	BtnName string `protobuf:"bytes,3,opt,name=btn_name,json=btnName,proto3" json:"btn_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BtnDef) Descriptor deprecated

func (*BtnDef) Descriptor() ([]byte, []int)

Deprecated: Use BtnDef.ProtoReflect.Descriptor instead.

func (*BtnDef) GetBtnName

func (x *BtnDef) GetBtnName() string

func (*BtnDef) GetId

func (x *BtnDef) GetId() int32

func (*BtnDef) GetName

func (x *BtnDef) GetName() string

func (*BtnDef) ProtoMessage

func (*BtnDef) ProtoMessage()

func (*BtnDef) ProtoReflect

func (x *BtnDef) ProtoReflect() protoreflect.Message

func (*BtnDef) Reset

func (x *BtnDef) Reset()

func (*BtnDef) String

func (x *BtnDef) String() string

type BtnTime

type BtnTime struct {
	Id      int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	BtnName string `protobuf:"bytes,3,opt,name=btn_name,json=btnName,proto3" json:"btn_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BtnTime) Descriptor deprecated

func (*BtnTime) Descriptor() ([]byte, []int)

Deprecated: Use BtnTime.ProtoReflect.Descriptor instead.

func (*BtnTime) GetBtnName

func (x *BtnTime) GetBtnName() string

func (*BtnTime) GetId

func (x *BtnTime) GetId() int32

func (*BtnTime) GetName

func (x *BtnTime) GetName() string

func (*BtnTime) ProtoMessage

func (*BtnTime) ProtoMessage()

func (*BtnTime) ProtoReflect

func (x *BtnTime) ProtoReflect() protoreflect.Message

func (*BtnTime) Reset

func (x *BtnTime) Reset()

func (*BtnTime) String

func (x *BtnTime) String() string

type Campaign

type Campaign struct {
	Id     int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Prefix string `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*Campaign) Descriptor deprecated

func (*Campaign) Descriptor() ([]byte, []int)

Deprecated: Use Campaign.ProtoReflect.Descriptor instead.

func (*Campaign) GetId

func (x *Campaign) GetId() int32

func (*Campaign) GetName

func (x *Campaign) GetName() string

func (*Campaign) GetPrefix

func (x *Campaign) GetPrefix() string

func (*Campaign) ProtoMessage

func (*Campaign) ProtoMessage()

func (*Campaign) ProtoReflect

func (x *Campaign) ProtoReflect() protoreflect.Message

func (*Campaign) Reset

func (x *Campaign) Reset()

func (*Campaign) String

func (x *Campaign) String() string

type Funnel

type Funnel struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Transition string `protobuf:"bytes,3,opt,name=transition,proto3" json:"transition,omitempty"`
	// contains filtered or unexported fields
}

func (*Funnel) Descriptor deprecated

func (*Funnel) Descriptor() ([]byte, []int)

Deprecated: Use Funnel.ProtoReflect.Descriptor instead.

func (*Funnel) GetId

func (x *Funnel) GetId() int32

func (*Funnel) GetName

func (x *Funnel) GetName() string

func (*Funnel) GetTransition

func (x *Funnel) GetTransition() string

func (*Funnel) ProtoMessage

func (*Funnel) ProtoMessage()

func (*Funnel) ProtoReflect

func (x *Funnel) ProtoReflect() protoreflect.Message

func (*Funnel) Reset

func (x *Funnel) Reset()

func (*Funnel) String

func (x *Funnel) String() string

type ReadWriteApps

type ReadWriteApps struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadWriteApps) Descriptor deprecated

func (*ReadWriteApps) Descriptor() ([]byte, []int)

Deprecated: Use ReadWriteApps.ProtoReflect.Descriptor instead.

func (*ReadWriteApps) GetUuid

func (x *ReadWriteApps) GetUuid() string

func (*ReadWriteApps) ProtoMessage

func (*ReadWriteApps) ProtoMessage()

func (*ReadWriteApps) ProtoReflect

func (x *ReadWriteApps) ProtoReflect() protoreflect.Message

func (*ReadWriteApps) Reset

func (x *ReadWriteApps) Reset()

func (*ReadWriteApps) String

func (x *ReadWriteApps) String() string

type Record

type Record struct {
	Id     int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Suffix string `protobuf:"bytes,3,opt,name=suffix,proto3" json:"suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*Record) Descriptor deprecated

func (*Record) Descriptor() ([]byte, []int)

Deprecated: Use Record.ProtoReflect.Descriptor instead.

func (*Record) GetId

func (x *Record) GetId() int32

func (*Record) GetName

func (x *Record) GetName() string

func (*Record) GetSuffix

func (x *Record) GetSuffix() string

func (*Record) ProtoMessage

func (*Record) ProtoMessage()

func (*Record) ProtoReflect

func (x *Record) ProtoReflect() protoreflect.Message

func (*Record) Reset

func (x *Record) Reset()

func (*Record) String

func (x *Record) String() string

type Stage

type Stage struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Transition string `protobuf:"bytes,3,opt,name=transition,proto3" json:"transition,omitempty"`
	Regex      string `protobuf:"bytes,4,opt,name=regex,proto3" json:"regex,omitempty"`
	Trigger    int32  `protobuf:"varint,5,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// contains filtered or unexported fields
}

func (*Stage) Descriptor deprecated

func (*Stage) Descriptor() ([]byte, []int)

Deprecated: Use Stage.ProtoReflect.Descriptor instead.

func (*Stage) GetId

func (x *Stage) GetId() int32

func (*Stage) GetName

func (x *Stage) GetName() string

func (*Stage) GetRegex

func (x *Stage) GetRegex() string

func (*Stage) GetTransition

func (x *Stage) GetTransition() string

func (*Stage) GetTrigger

func (x *Stage) GetTrigger() int32

func (*Stage) ProtoMessage

func (*Stage) ProtoMessage()

func (*Stage) ProtoReflect

func (x *Stage) ProtoReflect() protoreflect.Message

func (*Stage) Reset

func (x *Stage) Reset()

func (*Stage) String

func (x *Stage) String() string

type UserInfo

type UserInfo struct {
	Uuid         string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Username     string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	FirstName    string `protobuf:"bytes,3,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName     string `protobuf:"bytes,4,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	OrgnDomain   string `protobuf:"bytes,5,opt,name=orgn_domain,json=orgnDomain,proto3" json:"orgn_domain,omitempty"`
	OrgnPosition string `protobuf:"bytes,6,opt,name=orgn_position,json=orgnPosition,proto3" json:"orgn_position,omitempty"`
	Avatar       string `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfo) Descriptor deprecated

func (*UserInfo) Descriptor() ([]byte, []int)

Deprecated: Use UserInfo.ProtoReflect.Descriptor instead.

func (*UserInfo) GetAvatar

func (x *UserInfo) GetAvatar() string

func (*UserInfo) GetFirstName

func (x *UserInfo) GetFirstName() string

func (*UserInfo) GetLastName

func (x *UserInfo) GetLastName() string

func (*UserInfo) GetOrgnDomain

func (x *UserInfo) GetOrgnDomain() string

func (*UserInfo) GetOrgnPosition

func (x *UserInfo) GetOrgnPosition() string

func (*UserInfo) GetUsername

func (x *UserInfo) GetUsername() string

func (*UserInfo) GetUuid

func (x *UserInfo) GetUuid() string

func (*UserInfo) ProtoMessage

func (*UserInfo) ProtoMessage()

func (*UserInfo) ProtoReflect

func (x *UserInfo) ProtoReflect() protoreflect.Message

func (*UserInfo) Reset

func (x *UserInfo) Reset()

func (*UserInfo) String

func (x *UserInfo) String() string

type UserMetaInfo

type UserMetaInfo struct {
	Uuid     string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*UserMetaInfo) Descriptor deprecated

func (*UserMetaInfo) Descriptor() ([]byte, []int)

Deprecated: Use UserMetaInfo.ProtoReflect.Descriptor instead.

func (*UserMetaInfo) GetUsername

func (x *UserMetaInfo) GetUsername() string

func (*UserMetaInfo) GetUuid

func (x *UserMetaInfo) GetUuid() string

func (*UserMetaInfo) ProtoMessage

func (*UserMetaInfo) ProtoMessage()

func (*UserMetaInfo) ProtoReflect

func (x *UserMetaInfo) ProtoReflect() protoreflect.Message

func (*UserMetaInfo) Reset

func (x *UserMetaInfo) Reset()

func (*UserMetaInfo) String

func (x *UserMetaInfo) String() string

type UserPermissions

type UserPermissions struct {
	Apps []*AppPermission `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"`
	// contains filtered or unexported fields
}

func (*UserPermissions) Descriptor deprecated

func (*UserPermissions) Descriptor() ([]byte, []int)

Deprecated: Use UserPermissions.ProtoReflect.Descriptor instead.

func (*UserPermissions) GetApps

func (x *UserPermissions) GetApps() []*AppPermission

func (*UserPermissions) ProtoMessage

func (*UserPermissions) ProtoMessage()

func (*UserPermissions) ProtoReflect

func (x *UserPermissions) ProtoReflect() protoreflect.Message

func (*UserPermissions) Reset

func (x *UserPermissions) Reset()

func (*UserPermissions) String

func (x *UserPermissions) String() string

type UserTokenClaims

type UserTokenClaims struct {
	Uuid         string           `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Organization string           `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
	Permissions  *UserPermissions `protobuf:"bytes,3,opt,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTokenClaims) Descriptor deprecated

func (*UserTokenClaims) Descriptor() ([]byte, []int)

Deprecated: Use UserTokenClaims.ProtoReflect.Descriptor instead.

func (*UserTokenClaims) GetOrganization

func (x *UserTokenClaims) GetOrganization() string

func (*UserTokenClaims) GetPermissions

func (x *UserTokenClaims) GetPermissions() *UserPermissions

func (*UserTokenClaims) GetUuid

func (x *UserTokenClaims) GetUuid() string

func (*UserTokenClaims) ProtoMessage

func (*UserTokenClaims) ProtoMessage()

func (*UserTokenClaims) ProtoReflect

func (x *UserTokenClaims) ProtoReflect() protoreflect.Message

func (*UserTokenClaims) Reset

func (x *UserTokenClaims) Reset()

func (*UserTokenClaims) String

func (x *UserTokenClaims) String() string

Jump to

Keyboard shortcuts

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