Documentation ¶
Index ¶
- Variables
- type AuthenticateReply
- func (*AuthenticateReply) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticateReply) GetEntity() *Entity
- func (x *AuthenticateReply) GetReason() string
- func (x *AuthenticateReply) GetSuccess() bool
- func (*AuthenticateReply) ProtoMessage()
- func (x *AuthenticateReply) ProtoReflect() protoreflect.Message
- func (x *AuthenticateReply) Reset()
- func (x *AuthenticateReply) String() string
- type AuthenticateRequest
- func (*AuthenticateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticateRequest) GetAppID() string
- func (x *AuthenticateRequest) GetToken() []byte
- func (*AuthenticateRequest) ProtoMessage()
- func (x *AuthenticateRequest) ProtoReflect() protoreflect.Message
- func (x *AuthenticateRequest) Reset()
- func (x *AuthenticateRequest) String() string
- type CreateEntityReply
- func (*CreateEntityReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntityReply) GetReason() string
- func (x *CreateEntityReply) GetSuccess() bool
- func (*CreateEntityReply) ProtoMessage()
- func (x *CreateEntityReply) ProtoReflect() protoreflect.Message
- func (x *CreateEntityReply) Reset()
- func (x *CreateEntityReply) String() string
- type CreateEntityRequest
- func (*CreateEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEntityRequest) GetEntity() *Entity
- func (*CreateEntityRequest) ProtoMessage()
- func (x *CreateEntityRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEntityRequest) Reset()
- func (x *CreateEntityRequest) String() string
- type DeleteEntityReply
- func (*DeleteEntityReply) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntityReply) GetReason() string
- func (x *DeleteEntityReply) GetSuccess() bool
- func (*DeleteEntityReply) ProtoMessage()
- func (x *DeleteEntityReply) ProtoReflect() protoreflect.Message
- func (x *DeleteEntityReply) Reset()
- func (x *DeleteEntityReply) String() string
- type DeleteEntityRequest
- func (*DeleteEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEntityRequest) GetAppID() string
- func (*DeleteEntityRequest) ProtoMessage()
- func (x *DeleteEntityRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEntityRequest) Reset()
- func (x *DeleteEntityRequest) String() string
- type Entity
- func (*Entity) Descriptor() ([]byte, []int)deprecated
- func (x *Entity) GetAppID() string
- func (x *Entity) GetAppName() string
- func (x *Entity) GetKey() string
- func (x *Entity) GetProperties() []byte
- func (*Entity) ProtoMessage()
- func (x *Entity) ProtoReflect() protoreflect.Message
- func (x *Entity) Reset()
- func (x *Entity) String() string
- type GetEntitiesReply
- func (*GetEntitiesReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntitiesReply) GetEntities() []*Entity
- func (x *GetEntitiesReply) GetReason() string
- func (x *GetEntitiesReply) GetSuccess() bool
- func (x *GetEntitiesReply) GetTotal() int32
- func (*GetEntitiesReply) ProtoMessage()
- func (x *GetEntitiesReply) ProtoReflect() protoreflect.Message
- func (x *GetEntitiesReply) Reset()
- func (x *GetEntitiesReply) String() string
- type GetEntitiesRequest
- func (*GetEntitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntitiesRequest) GetCount() int32
- func (x *GetEntitiesRequest) GetStartID() string
- func (*GetEntitiesRequest) ProtoMessage()
- func (x *GetEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *GetEntitiesRequest) Reset()
- func (x *GetEntitiesRequest) String() string
- type GetEntityReply
- func (*GetEntityReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetEntityReply) GetEntity() *Entity
- func (x *GetEntityReply) GetReason() string
- func (x *GetEntityReply) GetSuccess() bool
- func (*GetEntityReply) ProtoMessage()
- func (x *GetEntityReply) ProtoReflect() protoreflect.Message
- func (x *GetEntityReply) Reset()
- func (x *GetEntityReply) String() string
- type GetEntityRequest
- type UpdateEntityKeyReply
- func (*UpdateEntityKeyReply) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntityKeyReply) GetReason() string
- func (x *UpdateEntityKeyReply) GetSuccess() bool
- func (*UpdateEntityKeyReply) ProtoMessage()
- func (x *UpdateEntityKeyReply) ProtoReflect() protoreflect.Message
- func (x *UpdateEntityKeyReply) Reset()
- func (x *UpdateEntityKeyReply) String() string
- type UpdateEntityKeyRequest
- func (*UpdateEntityKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntityKeyRequest) GetAppID() string
- func (x *UpdateEntityKeyRequest) GetKey() string
- func (*UpdateEntityKeyRequest) ProtoMessage()
- func (x *UpdateEntityKeyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntityKeyRequest) Reset()
- func (x *UpdateEntityKeyRequest) String() string
- type UpdateEntityReply
- func (*UpdateEntityReply) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntityReply) GetReason() string
- func (x *UpdateEntityReply) GetSuccess() bool
- func (*UpdateEntityReply) ProtoMessage()
- func (x *UpdateEntityReply) ProtoReflect() protoreflect.Message
- func (x *UpdateEntityReply) Reset()
- func (x *UpdateEntityReply) String() string
- type UpdateEntityRequest
- func (*UpdateEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEntityRequest) GetAppID() string
- func (x *UpdateEntityRequest) GetEntity() *Entity
- func (*UpdateEntityRequest) ProtoMessage()
- func (x *UpdateEntityRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEntityRequest) Reset()
- func (x *UpdateEntityRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var File_authenticator_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuthenticateReply ¶
type AuthenticateReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` Entity *Entity `protobuf:"bytes,3,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*AuthenticateReply) Descriptor
deprecated
func (*AuthenticateReply) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticateReply.ProtoReflect.Descriptor instead.
func (*AuthenticateReply) GetEntity ¶
func (x *AuthenticateReply) GetEntity() *Entity
func (*AuthenticateReply) GetReason ¶
func (x *AuthenticateReply) GetReason() string
func (*AuthenticateReply) GetSuccess ¶
func (x *AuthenticateReply) GetSuccess() bool
func (*AuthenticateReply) ProtoMessage ¶
func (*AuthenticateReply) ProtoMessage()
func (*AuthenticateReply) ProtoReflect ¶
func (x *AuthenticateReply) ProtoReflect() protoreflect.Message
func (*AuthenticateReply) Reset ¶
func (x *AuthenticateReply) Reset()
func (*AuthenticateReply) String ¶
func (x *AuthenticateReply) String() string
type AuthenticateRequest ¶
type AuthenticateRequest struct { AppID string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"` Token []byte `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*AuthenticateRequest) Descriptor
deprecated
func (*AuthenticateRequest) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticateRequest.ProtoReflect.Descriptor instead.
func (*AuthenticateRequest) GetAppID ¶
func (x *AuthenticateRequest) GetAppID() string
func (*AuthenticateRequest) GetToken ¶
func (x *AuthenticateRequest) GetToken() []byte
func (*AuthenticateRequest) ProtoMessage ¶
func (*AuthenticateRequest) ProtoMessage()
func (*AuthenticateRequest) ProtoReflect ¶
func (x *AuthenticateRequest) ProtoReflect() protoreflect.Message
func (*AuthenticateRequest) Reset ¶
func (x *AuthenticateRequest) Reset()
func (*AuthenticateRequest) String ¶
func (x *AuthenticateRequest) String() string
type CreateEntityReply ¶
type CreateEntityReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*CreateEntityReply) Descriptor
deprecated
func (*CreateEntityReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateEntityReply.ProtoReflect.Descriptor instead.
func (*CreateEntityReply) GetReason ¶
func (x *CreateEntityReply) GetReason() string
func (*CreateEntityReply) GetSuccess ¶
func (x *CreateEntityReply) GetSuccess() bool
func (*CreateEntityReply) ProtoMessage ¶
func (*CreateEntityReply) ProtoMessage()
func (*CreateEntityReply) ProtoReflect ¶
func (x *CreateEntityReply) ProtoReflect() protoreflect.Message
func (*CreateEntityReply) Reset ¶
func (x *CreateEntityReply) Reset()
func (*CreateEntityReply) String ¶
func (x *CreateEntityReply) String() string
type CreateEntityRequest ¶
type CreateEntityRequest struct { Entity *Entity `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*CreateEntityRequest) Descriptor
deprecated
func (*CreateEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEntityRequest.ProtoReflect.Descriptor instead.
func (*CreateEntityRequest) GetEntity ¶
func (x *CreateEntityRequest) GetEntity() *Entity
func (*CreateEntityRequest) ProtoMessage ¶
func (*CreateEntityRequest) ProtoMessage()
func (*CreateEntityRequest) ProtoReflect ¶
func (x *CreateEntityRequest) ProtoReflect() protoreflect.Message
func (*CreateEntityRequest) Reset ¶
func (x *CreateEntityRequest) Reset()
func (*CreateEntityRequest) String ¶
func (x *CreateEntityRequest) String() string
type DeleteEntityReply ¶
type DeleteEntityReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*DeleteEntityReply) Descriptor
deprecated
func (*DeleteEntityReply) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEntityReply.ProtoReflect.Descriptor instead.
func (*DeleteEntityReply) GetReason ¶
func (x *DeleteEntityReply) GetReason() string
func (*DeleteEntityReply) GetSuccess ¶
func (x *DeleteEntityReply) GetSuccess() bool
func (*DeleteEntityReply) ProtoMessage ¶
func (*DeleteEntityReply) ProtoMessage()
func (*DeleteEntityReply) ProtoReflect ¶
func (x *DeleteEntityReply) ProtoReflect() protoreflect.Message
func (*DeleteEntityReply) Reset ¶
func (x *DeleteEntityReply) Reset()
func (*DeleteEntityReply) String ¶
func (x *DeleteEntityReply) String() string
type DeleteEntityRequest ¶
type DeleteEntityRequest struct { AppID string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"` // contains filtered or unexported fields }
func (*DeleteEntityRequest) Descriptor
deprecated
func (*DeleteEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEntityRequest.ProtoReflect.Descriptor instead.
func (*DeleteEntityRequest) GetAppID ¶
func (x *DeleteEntityRequest) GetAppID() string
func (*DeleteEntityRequest) ProtoMessage ¶
func (*DeleteEntityRequest) ProtoMessage()
func (*DeleteEntityRequest) ProtoReflect ¶
func (x *DeleteEntityRequest) ProtoReflect() protoreflect.Message
func (*DeleteEntityRequest) Reset ¶
func (x *DeleteEntityRequest) Reset()
func (*DeleteEntityRequest) String ¶
func (x *DeleteEntityRequest) String() string
type Entity ¶
type Entity struct { AppID string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"` AppName string `protobuf:"bytes,2,opt,name=appName,proto3" json:"appName,omitempty"` Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` Properties []byte `protobuf:"bytes,4,opt,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
func (*Entity) Descriptor
deprecated
func (*Entity) GetAppName ¶
func (*Entity) GetProperties ¶
func (*Entity) ProtoMessage ¶
func (*Entity) ProtoMessage()
func (*Entity) ProtoReflect ¶
func (x *Entity) ProtoReflect() protoreflect.Message
type GetEntitiesReply ¶
type GetEntitiesReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"` Entities []*Entity `protobuf:"bytes,4,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*GetEntitiesReply) Descriptor
deprecated
func (*GetEntitiesReply) Descriptor() ([]byte, []int)
Deprecated: Use GetEntitiesReply.ProtoReflect.Descriptor instead.
func (*GetEntitiesReply) GetEntities ¶
func (x *GetEntitiesReply) GetEntities() []*Entity
func (*GetEntitiesReply) GetReason ¶
func (x *GetEntitiesReply) GetReason() string
func (*GetEntitiesReply) GetSuccess ¶
func (x *GetEntitiesReply) GetSuccess() bool
func (*GetEntitiesReply) GetTotal ¶
func (x *GetEntitiesReply) GetTotal() int32
func (*GetEntitiesReply) ProtoMessage ¶
func (*GetEntitiesReply) ProtoMessage()
func (*GetEntitiesReply) ProtoReflect ¶
func (x *GetEntitiesReply) ProtoReflect() protoreflect.Message
func (*GetEntitiesReply) Reset ¶
func (x *GetEntitiesReply) Reset()
func (*GetEntitiesReply) String ¶
func (x *GetEntitiesReply) String() string
type GetEntitiesRequest ¶
type GetEntitiesRequest struct { StartID string `protobuf:"bytes,1,opt,name=startID,proto3" json:"startID,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetEntitiesRequest) Descriptor
deprecated
func (*GetEntitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEntitiesRequest.ProtoReflect.Descriptor instead.
func (*GetEntitiesRequest) GetCount ¶
func (x *GetEntitiesRequest) GetCount() int32
func (*GetEntitiesRequest) GetStartID ¶
func (x *GetEntitiesRequest) GetStartID() string
func (*GetEntitiesRequest) ProtoMessage ¶
func (*GetEntitiesRequest) ProtoMessage()
func (*GetEntitiesRequest) ProtoReflect ¶
func (x *GetEntitiesRequest) ProtoReflect() protoreflect.Message
func (*GetEntitiesRequest) Reset ¶
func (x *GetEntitiesRequest) Reset()
func (*GetEntitiesRequest) String ¶
func (x *GetEntitiesRequest) String() string
type GetEntityReply ¶
type GetEntityReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` Entity *Entity `protobuf:"bytes,3,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*GetEntityReply) Descriptor
deprecated
func (*GetEntityReply) Descriptor() ([]byte, []int)
Deprecated: Use GetEntityReply.ProtoReflect.Descriptor instead.
func (*GetEntityReply) GetEntity ¶
func (x *GetEntityReply) GetEntity() *Entity
func (*GetEntityReply) GetReason ¶
func (x *GetEntityReply) GetReason() string
func (*GetEntityReply) GetSuccess ¶
func (x *GetEntityReply) GetSuccess() bool
func (*GetEntityReply) ProtoMessage ¶
func (*GetEntityReply) ProtoMessage()
func (*GetEntityReply) ProtoReflect ¶
func (x *GetEntityReply) ProtoReflect() protoreflect.Message
func (*GetEntityReply) Reset ¶
func (x *GetEntityReply) Reset()
func (*GetEntityReply) String ¶
func (x *GetEntityReply) String() string
type GetEntityRequest ¶
type GetEntityRequest struct { AppID string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"` // contains filtered or unexported fields }
func (*GetEntityRequest) Descriptor
deprecated
func (*GetEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEntityRequest.ProtoReflect.Descriptor instead.
func (*GetEntityRequest) GetAppID ¶
func (x *GetEntityRequest) GetAppID() string
func (*GetEntityRequest) ProtoMessage ¶
func (*GetEntityRequest) ProtoMessage()
func (*GetEntityRequest) ProtoReflect ¶
func (x *GetEntityRequest) ProtoReflect() protoreflect.Message
func (*GetEntityRequest) Reset ¶
func (x *GetEntityRequest) Reset()
func (*GetEntityRequest) String ¶
func (x *GetEntityRequest) String() string
type UpdateEntityKeyReply ¶
type UpdateEntityKeyReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*UpdateEntityKeyReply) Descriptor
deprecated
func (*UpdateEntityKeyReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntityKeyReply.ProtoReflect.Descriptor instead.
func (*UpdateEntityKeyReply) GetReason ¶
func (x *UpdateEntityKeyReply) GetReason() string
func (*UpdateEntityKeyReply) GetSuccess ¶
func (x *UpdateEntityKeyReply) GetSuccess() bool
func (*UpdateEntityKeyReply) ProtoMessage ¶
func (*UpdateEntityKeyReply) ProtoMessage()
func (*UpdateEntityKeyReply) ProtoReflect ¶
func (x *UpdateEntityKeyReply) ProtoReflect() protoreflect.Message
func (*UpdateEntityKeyReply) Reset ¶
func (x *UpdateEntityKeyReply) Reset()
func (*UpdateEntityKeyReply) String ¶
func (x *UpdateEntityKeyReply) String() string
type UpdateEntityKeyRequest ¶
type UpdateEntityKeyRequest struct { AppID string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*UpdateEntityKeyRequest) Descriptor
deprecated
func (*UpdateEntityKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntityKeyRequest.ProtoReflect.Descriptor instead.
func (*UpdateEntityKeyRequest) GetAppID ¶
func (x *UpdateEntityKeyRequest) GetAppID() string
func (*UpdateEntityKeyRequest) GetKey ¶
func (x *UpdateEntityKeyRequest) GetKey() string
func (*UpdateEntityKeyRequest) ProtoMessage ¶
func (*UpdateEntityKeyRequest) ProtoMessage()
func (*UpdateEntityKeyRequest) ProtoReflect ¶
func (x *UpdateEntityKeyRequest) ProtoReflect() protoreflect.Message
func (*UpdateEntityKeyRequest) Reset ¶
func (x *UpdateEntityKeyRequest) Reset()
func (*UpdateEntityKeyRequest) String ¶
func (x *UpdateEntityKeyRequest) String() string
type UpdateEntityReply ¶
type UpdateEntityReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*UpdateEntityReply) Descriptor
deprecated
func (*UpdateEntityReply) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntityReply.ProtoReflect.Descriptor instead.
func (*UpdateEntityReply) GetReason ¶
func (x *UpdateEntityReply) GetReason() string
func (*UpdateEntityReply) GetSuccess ¶
func (x *UpdateEntityReply) GetSuccess() bool
func (*UpdateEntityReply) ProtoMessage ¶
func (*UpdateEntityReply) ProtoMessage()
func (*UpdateEntityReply) ProtoReflect ¶
func (x *UpdateEntityReply) ProtoReflect() protoreflect.Message
func (*UpdateEntityReply) Reset ¶
func (x *UpdateEntityReply) Reset()
func (*UpdateEntityReply) String ¶
func (x *UpdateEntityReply) String() string
type UpdateEntityRequest ¶
type UpdateEntityRequest struct { AppID string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"` Entity *Entity `protobuf:"bytes,2,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*UpdateEntityRequest) Descriptor
deprecated
func (*UpdateEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEntityRequest.ProtoReflect.Descriptor instead.
func (*UpdateEntityRequest) GetAppID ¶
func (x *UpdateEntityRequest) GetAppID() string
func (*UpdateEntityRequest) GetEntity ¶
func (x *UpdateEntityRequest) GetEntity() *Entity
func (*UpdateEntityRequest) ProtoMessage ¶
func (*UpdateEntityRequest) ProtoMessage()
func (*UpdateEntityRequest) ProtoReflect ¶
func (x *UpdateEntityRequest) ProtoReflect() protoreflect.Message
func (*UpdateEntityRequest) Reset ¶
func (x *UpdateEntityRequest) Reset()
func (*UpdateEntityRequest) String ¶
func (x *UpdateEntityRequest) String() string