user

package
v1.32.0-20230523112727... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	VerificationType_name = map[int32]string{
		0: "VERIFICATION_TYPE_UNSPECIFIED",
		1: "VERIFICATION_TYPE_EMAIL",
		2: "VERIFICATION_TYPE_TEXT",
		3: "VERIFICATION_TYPE_RESET_PASSWORD",
		4: "VERIFICATION_TYPE_MAGIC_CODE",
	}
	VerificationType_value = map[string]int32{
		"VERIFICATION_TYPE_UNSPECIFIED":    0,
		"VERIFICATION_TYPE_EMAIL":          1,
		"VERIFICATION_TYPE_TEXT":           2,
		"VERIFICATION_TYPE_RESET_PASSWORD": 3,
		"VERIFICATION_TYPE_MAGIC_CODE":     4,
	}
)

Enum value maps for VerificationType.

View Source
var (
	DeviceInfo_name = map[int32]string{
		0: "DEVICE_INFO_UNSPECIFIED",
		1: "DEVICE_INFO_IOS",
		2: "DEVICE_INFO_MACOS",
		3: "DEVICE_INFO_WINDOWS",
		4: "DEVICE_INFO_WEB",
		5: "DEVICE_INFO_LINUX",
		6: "DEVICE_INFO_ANDROID",
	}
	DeviceInfo_value = map[string]int32{
		"DEVICE_INFO_UNSPECIFIED": 0,
		"DEVICE_INFO_IOS":         1,
		"DEVICE_INFO_MACOS":       2,
		"DEVICE_INFO_WINDOWS":     3,
		"DEVICE_INFO_WEB":         4,
		"DEVICE_INFO_LINUX":       5,
		"DEVICE_INFO_ANDROID":     6,
	}
)

Enum value maps for DeviceInfo.

View Source
var (
	Permissionship_name = map[int32]string{
		0: "PERMISSIONSHIP_UNSPECIFIED",
		1: "PERMISSIONSHIP_NO_PERMISSION",
		2: "PERMISSIONSHIP_HAS_PERMISSION",
		3: "PERMISSIONSHIP_CONDITIONAL_PERMISSION",
	}
	Permissionship_value = map[string]int32{
		"PERMISSIONSHIP_UNSPECIFIED":            0,
		"PERMISSIONSHIP_NO_PERMISSION":          1,
		"PERMISSIONSHIP_HAS_PERMISSION":         2,
		"PERMISSIONSHIP_CONDITIONAL_PERMISSION": 3,
	}
)

Enum value maps for Permissionship.

View Source
var (
	Filter_Order_name = map[int32]string{
		0: "ORDER_UNSPECIFIED",
		1: "ORDER_INC",
		2: "ORDER_DEC",
	}
	Filter_Order_value = map[string]int32{
		"ORDER_UNSPECIFIED": 0,
		"ORDER_INC":         1,
		"ORDER_DEC":         2,
	}
)

Enum value maps for Filter_Order.

View Source
var File_nuntio_management_model_user_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AuthMethod

type AuthMethod struct {

	// Types that are assignable to Method:
	//
	//	*AuthMethod_LoginType
	//	*AuthMethod_OauthProvider
	Method isAuthMethod_Method `protobuf_oneof:"method"`
	// contains filtered or unexported fields
}

func (*AuthMethod) Descriptor deprecated

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

Deprecated: Use AuthMethod.ProtoReflect.Descriptor instead.

func (*AuthMethod) GetLoginType

func (x *AuthMethod) GetLoginType() auth.LoginType

func (*AuthMethod) GetMethod

func (m *AuthMethod) GetMethod() isAuthMethod_Method

func (*AuthMethod) GetOauthProvider

func (x *AuthMethod) GetOauthProvider() project.OauthProvider

func (*AuthMethod) ProtoMessage

func (*AuthMethod) ProtoMessage()

func (*AuthMethod) ProtoReflect

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

func (*AuthMethod) Reset

func (x *AuthMethod) Reset()

func (*AuthMethod) String

func (x *AuthMethod) String() string

type AuthMethod_LoginType

type AuthMethod_LoginType struct {
	LoginType auth.LoginType `protobuf:"varint,1,opt,name=login_type,json=loginType,proto3,enum=nuntio.sdk.model.auth.LoginType,oneof"`
}

type AuthMethod_OauthProvider

type AuthMethod_OauthProvider struct {
	OauthProvider project.OauthProvider `` /* 126-byte string literal not displayed */
}

type ConsistencyToken

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

By default, we want to provide a token that specifies a timestamp of a snapshot of the data, so we can say that the data must be atleast as fresh as this snapshot.

func (*ConsistencyToken) Descriptor deprecated

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

Deprecated: Use ConsistencyToken.ProtoReflect.Descriptor instead.

func (*ConsistencyToken) GetToken

func (x *ConsistencyToken) GetToken() string

func (*ConsistencyToken) ProtoMessage

func (*ConsistencyToken) ProtoMessage()

func (*ConsistencyToken) ProtoReflect

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

func (*ConsistencyToken) Reset

func (x *ConsistencyToken) Reset()

func (*ConsistencyToken) String

func (x *ConsistencyToken) String() string

type Contact

type Contact struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FromUserId string                 `protobuf:"bytes,2,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"`
	ToUserId   string                 `protobuf:"bytes,3,opt,name=to_user_id,json=toUserId,proto3" json:"to_user_id,omitempty"`
	From       *User                  `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	To         *User                  `protobuf:"bytes,5,opt,name=to,proto3" json:"to,omitempty"`
	Accepted   bool                   `protobuf:"varint,6,opt,name=accepted,proto3" json:"accepted,omitempty"`
	AcceptedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=accepted_at,json=acceptedAt,proto3" json:"accepted_at,omitempty"`
	SentAt     *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Contact) Descriptor deprecated

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

Deprecated: Use Contact.ProtoReflect.Descriptor instead.

func (*Contact) GetAccepted

func (x *Contact) GetAccepted() bool

func (*Contact) GetAcceptedAt

func (x *Contact) GetAcceptedAt() *timestamppb.Timestamp

func (*Contact) GetFrom

func (x *Contact) GetFrom() *User

func (*Contact) GetFromUserId

func (x *Contact) GetFromUserId() string

func (*Contact) GetId

func (x *Contact) GetId() string

func (*Contact) GetSentAt

func (x *Contact) GetSentAt() *timestamppb.Timestamp

func (*Contact) GetTo

func (x *Contact) GetTo() *User

func (*Contact) GetToUserId

func (x *Contact) GetToUserId() string

func (*Contact) ProtoMessage

func (*Contact) ProtoMessage()

func (*Contact) ProtoReflect

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

func (*Contact) Reset

func (x *Contact) Reset()

func (*Contact) String

func (x *Contact) String() string

type DeviceInfo

type DeviceInfo int32
const (
	DeviceInfo_DEVICE_INFO_UNSPECIFIED DeviceInfo = 0
	DeviceInfo_DEVICE_INFO_IOS         DeviceInfo = 1
	DeviceInfo_DEVICE_INFO_MACOS       DeviceInfo = 2
	DeviceInfo_DEVICE_INFO_WINDOWS     DeviceInfo = 3
	DeviceInfo_DEVICE_INFO_WEB         DeviceInfo = 4
	DeviceInfo_DEVICE_INFO_LINUX       DeviceInfo = 5
	DeviceInfo_DEVICE_INFO_ANDROID     DeviceInfo = 6
)

func (DeviceInfo) Descriptor

func (DeviceInfo) Descriptor() protoreflect.EnumDescriptor

func (DeviceInfo) Enum

func (x DeviceInfo) Enum() *DeviceInfo

func (DeviceInfo) EnumDescriptor deprecated

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

Deprecated: Use DeviceInfo.Descriptor instead.

func (DeviceInfo) Number

func (x DeviceInfo) Number() protoreflect.EnumNumber

func (DeviceInfo) String

func (x DeviceInfo) String() string

func (DeviceInfo) Type

type Entry

type Entry struct {
	UserId *model.UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	User   *User       `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

Wrapper entry for returning a collection of users.

func (*Entry) Descriptor deprecated

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

Deprecated: Use Entry.ProtoReflect.Descriptor instead.

func (*Entry) GetUser

func (x *Entry) GetUser() *User

func (*Entry) GetUserId

func (x *Entry) GetUserId() *model.UUID

func (*Entry) ProtoMessage

func (*Entry) ProtoMessage()

func (*Entry) ProtoReflect

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

func (*Entry) Reset

func (x *Entry) Reset()

func (*Entry) String

func (x *Entry) String() string

type File

type File struct {
	Name        string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Url         string                 `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	ContentType string                 `protobuf:"bytes,5,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Path        string                 `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Duration    *durationpb.Duration   `protobuf:"bytes,7,opt,name=duration,proto3" json:"duration,omitempty"`
	Size        int64                  `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"`
	Data        []byte                 `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContentType

func (x *File) GetContentType() string

func (*File) GetCreatedAt

func (x *File) GetCreatedAt() *timestamppb.Timestamp

func (*File) GetData

func (x *File) GetData() []byte

func (*File) GetDuration

func (x *File) GetDuration() *durationpb.Duration

func (*File) GetName

func (x *File) GetName() string

func (*File) GetPath

func (x *File) GetPath() string

func (*File) GetSize

func (x *File) GetSize() int64

func (*File) GetUrl

func (x *File) GetUrl() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type Filter

type Filter struct {
	From  int32        `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"`
	To    int32        `protobuf:"varint,2,opt,name=to,proto3" json:"to,omitempty"`
	Order Filter_Order `protobuf:"varint,3,opt,name=order,proto3,enum=nuntio.management.model.user.Filter_Order" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetFrom

func (x *Filter) GetFrom() int32

func (*Filter) GetOrder

func (x *Filter) GetOrder() Filter_Order

func (*Filter) GetTo

func (x *Filter) GetTo() int32

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect

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

func (*Filter) Reset

func (x *Filter) Reset()

func (*Filter) String

func (x *Filter) String() string

type Filter_Order

type Filter_Order int32
const (
	Filter_ORDER_UNSPECIFIED Filter_Order = 0
	Filter_ORDER_INC         Filter_Order = 1
	Filter_ORDER_DEC         Filter_Order = 2
)

func (Filter_Order) Descriptor

func (Filter_Order) Enum

func (x Filter_Order) Enum() *Filter_Order

func (Filter_Order) EnumDescriptor deprecated

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

Deprecated: Use Filter_Order.Descriptor instead.

func (Filter_Order) Number

func (Filter_Order) String

func (x Filter_Order) String() string

func (Filter_Order) Type

type Folder

type Folder struct {
	Path    string    `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Files   []*File   `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
	Folders []*Folder `protobuf:"bytes,3,rep,name=folders,proto3" json:"folders,omitempty"`
	Name    string    `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Folder) Descriptor deprecated

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

Deprecated: Use Folder.ProtoReflect.Descriptor instead.

func (*Folder) GetFiles

func (x *Folder) GetFiles() []*File

func (*Folder) GetFolders

func (x *Folder) GetFolders() []*Folder

func (*Folder) GetName

func (x *Folder) GetName() string

func (*Folder) GetPath

func (x *Folder) GetPath() string

func (*Folder) ProtoMessage

func (*Folder) ProtoMessage()

func (*Folder) ProtoReflect

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

func (*Folder) Reset

func (x *Folder) Reset()

func (*Folder) String

func (x *Folder) String() string

type Object

type Object struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Object) Descriptor deprecated

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

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) GetId

func (x *Object) GetId() string

func (*Object) GetType

func (x *Object) GetType() string

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect

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

func (*Object) Reset

func (x *Object) Reset()

func (*Object) String

func (x *Object) String() string

type ObjectReference

type ObjectReference struct {
	ObjectType string `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId   string `protobuf:"bytes,2,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectReference) Descriptor deprecated

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

Deprecated: Use ObjectReference.ProtoReflect.Descriptor instead.

func (*ObjectReference) GetObjectId

func (x *ObjectReference) GetObjectId() string

func (*ObjectReference) GetObjectType

func (x *ObjectReference) GetObjectType() string

func (*ObjectReference) ProtoMessage

func (*ObjectReference) ProtoMessage()

func (*ObjectReference) ProtoReflect

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

func (*ObjectReference) Reset

func (x *ObjectReference) Reset()

func (*ObjectReference) String

func (x *ObjectReference) String() string

type ObjectRetrieved

type ObjectRetrieved struct {
	ResourceId     string         `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	Permissionship Permissionship `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ObjectRetrieved) Descriptor deprecated

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

Deprecated: Use ObjectRetrieved.ProtoReflect.Descriptor instead.

func (*ObjectRetrieved) GetPermissionship

func (x *ObjectRetrieved) GetPermissionship() Permissionship

func (*ObjectRetrieved) GetResourceId

func (x *ObjectRetrieved) GetResourceId() string

func (*ObjectRetrieved) ProtoMessage

func (*ObjectRetrieved) ProtoMessage()

func (*ObjectRetrieved) ProtoReflect

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

func (*ObjectRetrieved) Reset

func (x *ObjectRetrieved) Reset()

func (*ObjectRetrieved) String

func (x *ObjectRetrieved) String() string

type Password

type Password struct {
	Hashing *common.PasswordHashingInstance `protobuf:"bytes,1,opt,name=hashing,proto3" json:"hashing,omitempty"`
	Data    []byte                          `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Password) Descriptor deprecated

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

Deprecated: Use Password.ProtoReflect.Descriptor instead.

func (*Password) GetData

func (x *Password) GetData() []byte

func (*Password) GetHashing

func (x *Password) GetHashing() *common.PasswordHashingInstance

func (*Password) ProtoMessage

func (*Password) ProtoMessage()

func (*Password) ProtoReflect

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

func (*Password) Reset

func (x *Password) Reset()

func (*Password) String

func (x *Password) String() string

type Permissionship

type Permissionship int32
const (
	Permissionship_PERMISSIONSHIP_UNSPECIFIED            Permissionship = 0
	Permissionship_PERMISSIONSHIP_NO_PERMISSION          Permissionship = 1
	Permissionship_PERMISSIONSHIP_HAS_PERMISSION         Permissionship = 2
	Permissionship_PERMISSIONSHIP_CONDITIONAL_PERMISSION Permissionship = 3
)

func (Permissionship) Descriptor

func (Permissionship) Enum

func (x Permissionship) Enum() *Permissionship

func (Permissionship) EnumDescriptor deprecated

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

Deprecated: Use Permissionship.Descriptor instead.

func (Permissionship) Number

func (Permissionship) String

func (x Permissionship) String() string

func (Permissionship) Type

type Profile

type Profile struct {
	ProfileImage      *common.Image `protobuf:"bytes,1,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	FirstName         string        `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string        `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	PreferredLanguage string        `protobuf:"bytes,4,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Country           string        `protobuf:"bytes,5,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

func (*Profile) Descriptor deprecated

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

Deprecated: Use Profile.ProtoReflect.Descriptor instead.

func (*Profile) GetCountry

func (x *Profile) GetCountry() string

func (*Profile) GetFirstName

func (x *Profile) GetFirstName() string

func (*Profile) GetLastName

func (x *Profile) GetLastName() string

func (*Profile) GetPreferredLanguage

func (x *Profile) GetPreferredLanguage() string

func (*Profile) GetProfileImage

func (x *Profile) GetProfileImage() *common.Image

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) ProtoReflect

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

func (*Profile) Reset

func (x *Profile) Reset()

func (*Profile) String

func (x *Profile) String() string

type RelationTuple

type RelationTuple struct {
	// contains filtered or unexported fields
}

func (*RelationTuple) Descriptor deprecated

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

Deprecated: Use RelationTuple.ProtoReflect.Descriptor instead.

func (*RelationTuple) ProtoMessage

func (*RelationTuple) ProtoMessage()

func (*RelationTuple) ProtoReflect

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

func (*RelationTuple) Reset

func (x *RelationTuple) Reset()

func (*RelationTuple) String

func (x *RelationTuple) String() string

type Relationship

type Relationship struct {
	Resource *ObjectReference  `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	Relation string            `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	Subject  *SubjectReference `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

func (*Relationship) Descriptor deprecated

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

Deprecated: Use Relationship.ProtoReflect.Descriptor instead.

func (*Relationship) GetRelation

func (x *Relationship) GetRelation() string

func (*Relationship) GetResource

func (x *Relationship) GetResource() *ObjectReference

func (*Relationship) GetSubject

func (x *Relationship) GetSubject() *SubjectReference

func (*Relationship) ProtoMessage

func (*Relationship) ProtoMessage()

func (*Relationship) ProtoReflect

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

func (*Relationship) Reset

func (x *Relationship) Reset()

func (*Relationship) String

func (x *Relationship) String() string

type RelationshipFilter

type RelationshipFilter struct {
	ResourceType  string         `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	ResourceId    *string        `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3,oneof" json:"resource_id,omitempty"`
	Relation      *string        `protobuf:"bytes,3,opt,name=relation,proto3,oneof" json:"relation,omitempty"`
	SubjectFilter *SubjectFilter `protobuf:"bytes,4,opt,name=subject_filter,json=subjectFilter,proto3,oneof" json:"subject_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationshipFilter) Descriptor deprecated

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

Deprecated: Use RelationshipFilter.ProtoReflect.Descriptor instead.

func (*RelationshipFilter) GetRelation

func (x *RelationshipFilter) GetRelation() string

func (*RelationshipFilter) GetResourceId

func (x *RelationshipFilter) GetResourceId() string

func (*RelationshipFilter) GetResourceType

func (x *RelationshipFilter) GetResourceType() string

func (*RelationshipFilter) GetSubjectFilter

func (x *RelationshipFilter) GetSubjectFilter() *SubjectFilter

func (*RelationshipFilter) ProtoMessage

func (*RelationshipFilter) ProtoMessage()

func (*RelationshipFilter) ProtoReflect

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

func (*RelationshipFilter) Reset

func (x *RelationshipFilter) Reset()

func (*RelationshipFilter) String

func (x *RelationshipFilter) String() string

type Releation

type Releation struct {
	// contains filtered or unexported fields
}

func (*Releation) Descriptor deprecated

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

Deprecated: Use Releation.ProtoReflect.Descriptor instead.

func (*Releation) ProtoMessage

func (*Releation) ProtoMessage()

func (*Releation) ProtoReflect

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

func (*Releation) Reset

func (x *Releation) Reset()

func (*Releation) String

func (x *Releation) String() string

type Session

type Session struct {
	AuthMethod    *AuthMethod            `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"`
	IsInvalidated bool                   `protobuf:"varint,2,opt,name=is_invalidated,json=isInvalidated,proto3" json:"is_invalidated,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	InvalidatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=invalidated_at,json=invalidatedAt,proto3" json:"invalidated_at,omitempty"`
	ExpiresAt     *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	RenewedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=renewed_at,json=renewedAt,proto3" json:"renewed_at,omitempty"`
	Country       string                 `protobuf:"bytes,7,opt,name=country,proto3" json:"country,omitempty"`
	PostalCode    int32                  `protobuf:"varint,8,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Device        DeviceInfo             `protobuf:"varint,9,opt,name=device,proto3,enum=nuntio.management.model.user.DeviceInfo" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*Session) Descriptor deprecated

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

Deprecated: Use Session.ProtoReflect.Descriptor instead.

func (*Session) GetAuthMethod

func (x *Session) GetAuthMethod() *AuthMethod

func (*Session) GetCountry

func (x *Session) GetCountry() string

func (*Session) GetCreatedAt

func (x *Session) GetCreatedAt() *timestamppb.Timestamp

func (*Session) GetDevice

func (x *Session) GetDevice() DeviceInfo

func (*Session) GetExpiresAt

func (x *Session) GetExpiresAt() *timestamppb.Timestamp

func (*Session) GetInvalidatedAt

func (x *Session) GetInvalidatedAt() *timestamppb.Timestamp

func (*Session) GetIsInvalidated

func (x *Session) GetIsInvalidated() bool

func (*Session) GetPostalCode

func (x *Session) GetPostalCode() int32

func (*Session) GetRenewedAt

func (x *Session) GetRenewedAt() *timestamppb.Timestamp

func (*Session) ProtoMessage

func (*Session) ProtoMessage()

func (*Session) ProtoReflect

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

func (*Session) Reset

func (x *Session) Reset()

func (*Session) String

func (x *Session) String() string

type SessionEntry

type SessionEntry struct {
	SessionId *model.UUID `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	Session   *Session    `protobuf:"bytes,2,opt,name=session,proto3" json:"session,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionEntry) Descriptor deprecated

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

Deprecated: Use SessionEntry.ProtoReflect.Descriptor instead.

func (*SessionEntry) GetSession

func (x *SessionEntry) GetSession() *Session

func (*SessionEntry) GetSessionId

func (x *SessionEntry) GetSessionId() *model.UUID

func (*SessionEntry) ProtoMessage

func (*SessionEntry) ProtoMessage()

func (*SessionEntry) ProtoReflect

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

func (*SessionEntry) Reset

func (x *SessionEntry) Reset()

func (*SessionEntry) String

func (x *SessionEntry) String() string

type SubjectFilter

type SubjectFilter struct {
	SubjectType     string  `protobuf:"bytes,1,opt,name=subject_type,json=subjectType,proto3" json:"subject_type,omitempty"`
	SubjectId       *string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3,oneof" json:"subject_id,omitempty"`
	SubjectRelation *string `protobuf:"bytes,3,opt,name=subject_relation,json=subjectRelation,proto3,oneof" json:"subject_relation,omitempty"`
	// contains filtered or unexported fields
}

func (*SubjectFilter) Descriptor deprecated

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

Deprecated: Use SubjectFilter.ProtoReflect.Descriptor instead.

func (*SubjectFilter) GetSubjectId

func (x *SubjectFilter) GetSubjectId() string

func (*SubjectFilter) GetSubjectRelation

func (x *SubjectFilter) GetSubjectRelation() string

func (*SubjectFilter) GetSubjectType

func (x *SubjectFilter) GetSubjectType() string

func (*SubjectFilter) ProtoMessage

func (*SubjectFilter) ProtoMessage()

func (*SubjectFilter) ProtoReflect

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

func (*SubjectFilter) Reset

func (x *SubjectFilter) Reset()

func (*SubjectFilter) String

func (x *SubjectFilter) String() string

type SubjectReference

type SubjectReference struct {
	Object   *ObjectReference `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Relation *string          `protobuf:"bytes,2,opt,name=relation,proto3,oneof" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*SubjectReference) Descriptor deprecated

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

Deprecated: Use SubjectReference.ProtoReflect.Descriptor instead.

func (*SubjectReference) GetObject

func (x *SubjectReference) GetObject() *ObjectReference

func (*SubjectReference) GetRelation

func (x *SubjectReference) GetRelation() string

func (*SubjectReference) ProtoMessage

func (*SubjectReference) ProtoMessage()

func (*SubjectReference) ProtoReflect

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

func (*SubjectReference) Reset

func (x *SubjectReference) Reset()

func (*SubjectReference) String

func (x *SubjectReference) String() string

type Update

type Update struct {

	// Types that are assignable to Field:
	//
	//	*Update_Email
	//	*Update_Username
	//	*Update_PhoneNumber
	//	*Update_Password
	//	*Update_Profile
	//	*Update_IsEmailVerified
	//	*Update_IsPhoneVerified
	//	*Update_ResetRessions_
	Field isUpdate_Field `protobuf_oneof:"field"`
	// contains filtered or unexported fields
}

func (*Update) Descriptor deprecated

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

Deprecated: Use Update.ProtoReflect.Descriptor instead.

func (*Update) GetEmail

func (x *Update) GetEmail() string

func (*Update) GetField

func (m *Update) GetField() isUpdate_Field

func (*Update) GetIsEmailVerified

func (x *Update) GetIsEmailVerified() bool

func (*Update) GetIsPhoneVerified

func (x *Update) GetIsPhoneVerified() bool

func (*Update) GetPassword

func (x *Update) GetPassword() string

func (*Update) GetPhoneNumber

func (x *Update) GetPhoneNumber() string

func (*Update) GetProfile

func (x *Update) GetProfile() *Profile

func (*Update) GetResetRessions

func (x *Update) GetResetRessions() *Update_ResetRessions

func (*Update) GetUsername

func (x *Update) GetUsername() string

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) ProtoReflect

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

func (*Update) Reset

func (x *Update) Reset()

func (*Update) String

func (x *Update) String() string

type Update_Email

type Update_Email struct {
	Email string `protobuf:"bytes,1,opt,name=email,proto3,oneof"`
}

type Update_IsEmailVerified

type Update_IsEmailVerified struct {
	IsEmailVerified bool `protobuf:"varint,6,opt,name=is_email_verified,json=isEmailVerified,proto3,oneof"`
}

type Update_IsPhoneVerified

type Update_IsPhoneVerified struct {
	IsPhoneVerified bool `protobuf:"varint,7,opt,name=is_phone_verified,json=isPhoneVerified,proto3,oneof"`
}

type Update_Password

type Update_Password struct {
	Password string `protobuf:"bytes,4,opt,name=password,proto3,oneof"`
}

type Update_PhoneNumber

type Update_PhoneNumber struct {
	PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3,oneof"`
}

type Update_Profile

type Update_Profile struct {
	Profile *Profile `protobuf:"bytes,5,opt,name=profile,proto3,oneof"`
}

type Update_ResetRessions

type Update_ResetRessions struct {
	// contains filtered or unexported fields
}

func (*Update_ResetRessions) Descriptor deprecated

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

Deprecated: Use Update_ResetRessions.ProtoReflect.Descriptor instead.

func (*Update_ResetRessions) ProtoMessage

func (*Update_ResetRessions) ProtoMessage()

func (*Update_ResetRessions) ProtoReflect

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

func (*Update_ResetRessions) Reset

func (x *Update_ResetRessions) Reset()

func (*Update_ResetRessions) String

func (x *Update_ResetRessions) String() string

type Update_ResetRessions_

type Update_ResetRessions_ struct {
	ResetRessions *Update_ResetRessions `protobuf:"bytes,8,opt,name=reset_ressions,json=resetRessions,proto3,oneof"`
}

type Update_Username

type Update_Username struct {
	Username string `protobuf:"bytes,2,opt,name=username,proto3,oneof"`
}

type User

type User struct {
	UserInfo         *auth.UserInfo         `protobuf:"bytes,1,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"`
	Profile          *Profile               `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	RegistrationType *AuthMethod            `protobuf:"bytes,4,opt,name=registration_type,json=registrationType,proto3" json:"registration_type,omitempty"`
	IsPhoneVerified  bool                   `protobuf:"varint,5,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	IsEmailVerified  bool                   `protobuf:"varint,6,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	NewSessionsSince *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=new_sessions_since,json=newSessionsSince,proto3" json:"new_sessions_since,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetIsEmailVerified

func (x *User) GetIsEmailVerified() bool

func (*User) GetIsPhoneVerified

func (x *User) GetIsPhoneVerified() bool

func (*User) GetNewSessionsSince

func (x *User) GetNewSessionsSince() *timestamppb.Timestamp

func (*User) GetProfile

func (x *User) GetProfile() *Profile

func (*User) GetRegistrationType

func (x *User) GetRegistrationType() *AuthMethod

func (*User) GetUpdatedAt

func (x *User) GetUpdatedAt() *timestamppb.Timestamp

func (*User) GetUserInfo

func (x *User) GetUserInfo() *auth.UserInfo

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type VerificationCode

type VerificationCode struct {
	Code        *Password              `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	SentAt      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"`
	ExpiresAt   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	Attempts    int32                  `protobuf:"varint,4,opt,name=attempts,proto3" json:"attempts,omitempty"`
	LastAttempt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_attempt,json=lastAttempt,proto3" json:"last_attempt,omitempty"`
	Type        VerificationType       `protobuf:"varint,6,opt,name=type,proto3,enum=nuntio.management.model.user.VerificationType" json:"type,omitempty"`
	UserId      *model.UUID            `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*VerificationCode) Descriptor deprecated

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

Deprecated: Use VerificationCode.ProtoReflect.Descriptor instead.

func (*VerificationCode) GetAttempts

func (x *VerificationCode) GetAttempts() int32

func (*VerificationCode) GetCode

func (x *VerificationCode) GetCode() *Password

func (*VerificationCode) GetExpiresAt

func (x *VerificationCode) GetExpiresAt() *timestamppb.Timestamp

func (*VerificationCode) GetLastAttempt

func (x *VerificationCode) GetLastAttempt() *timestamppb.Timestamp

func (*VerificationCode) GetSentAt

func (x *VerificationCode) GetSentAt() *timestamppb.Timestamp

func (*VerificationCode) GetType

func (x *VerificationCode) GetType() VerificationType

func (*VerificationCode) GetUserId

func (x *VerificationCode) GetUserId() *model.UUID

func (*VerificationCode) ProtoMessage

func (*VerificationCode) ProtoMessage()

func (*VerificationCode) ProtoReflect

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

func (*VerificationCode) Reset

func (x *VerificationCode) Reset()

func (*VerificationCode) String

func (x *VerificationCode) String() string

type VerificationType

type VerificationType int32
const (
	VerificationType_VERIFICATION_TYPE_UNSPECIFIED    VerificationType = 0
	VerificationType_VERIFICATION_TYPE_EMAIL          VerificationType = 1
	VerificationType_VERIFICATION_TYPE_TEXT           VerificationType = 2
	VerificationType_VERIFICATION_TYPE_RESET_PASSWORD VerificationType = 3
	VerificationType_VERIFICATION_TYPE_MAGIC_CODE     VerificationType = 4
)

func (VerificationType) Descriptor

func (VerificationType) Enum

func (VerificationType) EnumDescriptor deprecated

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

Deprecated: Use VerificationType.Descriptor instead.

func (VerificationType) Number

func (VerificationType) String

func (x VerificationType) String() string

func (VerificationType) Type

Jump to

Keyboard shortcuts

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