ome

package module
v2.0.0-jwt-proto-refactor Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 License: AGPL-3.0 Imports: 35 Imported by: 0

README

libome

Ome library

Documentation

Overview

Package ome is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	MetaServiceCertificate = "service-certificate"
	MetaTokenVerifyingKey  = "token-verify-key"

	MetaApiAccessKey    = "api-access-credentials"
	MetaApiAccessSecret = "api-access-secret"
)

Variables

View Source
var (
	FileType_name = map[int32]string{
		0: "Unknown",
		1: "File",
		2: "Directory",
	}
	FileType_value = map[string]int32{
		"Unknown":   0,
		"File":      1,
		"Directory": 2,
	}
)

Enum value maps for FileType.

View Source
var (
	Scope_name = map[int32]string{
		0: "Public",
		1: "Personal",
		2: "ContextRestricted",
	}
	Scope_value = map[string]int32{
		"Public":            0,
		"Personal":          1,
		"ContextRestricted": 2,
	}
)

Enum value maps for Scope.

View Source
var (
	Category_name = map[int32]string{
		0:  "UnCategorized",
		1:  "Education",
		2:  "School",
		3:  "Career",
		4:  "Social",
		6:  "Sports",
		7:  "Music",
		8:  "Photography",
		9:  "Productivity",
		10: "Shopping",
		11: "Government",
		12: "News",
		13: "Press",
		14: "Books",
		15: "Finance",
		16: "Business",
		17: "Beauty",
		18: "Podcasts",
		19: "Health",
		20: "Medical",
		21: "Dating",
		22: "Communications",
		23: "Entertainment",
		24: "Food",
		25: "Lifestyle",
		26: "Video",
	}
	Category_value = map[string]int32{
		"UnCategorized":  0,
		"Education":      1,
		"School":         2,
		"Career":         3,
		"Social":         4,
		"Sports":         6,
		"Music":          7,
		"Photography":    8,
		"Productivity":   9,
		"Shopping":       10,
		"Government":     11,
		"News":           12,
		"Press":          13,
		"Books":          14,
		"Finance":        15,
		"Business":       16,
		"Beauty":         17,
		"Podcasts":       18,
		"Health":         19,
		"Medical":        20,
		"Dating":         21,
		"Communications": 22,
		"Entertainment":  23,
		"Food":           24,
		"Lifestyle":      25,
		"Video":          26,
	}
)

Enum value maps for Category.

View Source
var (
	OnDuplicateAction_name = map[int32]string{
		0: "Failure",
		1: "AutoRename",
		2: "Replace",
	}
	OnDuplicateAction_value = map[string]int32{
		"Failure":    0,
		"AutoRename": 1,
		"Replace":    2,
	}
)

Enum value maps for OnDuplicateAction.

View Source
var (
	Action_name = map[int32]string{
		0:  "None",
		1:  "Create",
		2:  "Delete",
		3:  "Move",
		4:  "MoveEdit",
		5:  "Rename",
		6:  "RenameEdit",
		7:  "Edit",
		8:  "Read",
		9:  "Share",
		10: "UnShare",
		11: "UpdateMeta",
	}
	Action_value = map[string]int32{
		"None":       0,
		"Create":     1,
		"Delete":     2,
		"Move":       3,
		"MoveEdit":   4,
		"Rename":     5,
		"RenameEdit": 6,
		"Edit":       7,
		"Read":       8,
		"Share":      9,
		"UnShare":    10,
		"UpdateMeta": 11,
	}
)

Enum value maps for Action.

View Source
var (
	FileAction_name = map[int32]string{
		0: "NoAction",
		1: "ReadFile",
		2: "CreateFile",
		4: "DeleteFile",
		8: "MoveFile",
	}
	FileAction_value = map[string]int32{
		"NoAction":   0,
		"ReadFile":   1,
		"CreateFile": 2,
		"DeleteFile": 4,
		"MoveFile":   8,
	}
)

Enum value maps for FileAction.

View Source
var (
	Access_name = map[int32]string{
		0:  "Denied",
		1:  "CanRead",
		2:  "CanUpdate",
		4:  "CanDelete",
		8:  "CanShare",
		15: "Full",
	}
	Access_value = map[string]int32{
		"Denied":    0,
		"CanRead":   1,
		"CanUpdate": 2,
		"CanDelete": 4,
		"CanShare":  8,
		"Full":      15,
	}
)

Enum value maps for Access.

View Source
var (
	ShareType_name = map[int32]string{
		0: "Restricted",
		1: "PublicLink",
		2: "UserShare",
	}
	ShareType_value = map[string]int32{
		"Restricted": 0,
		"PublicLink": 1,
		"UserShare":  2,
	}
)

Enum value maps for ShareType.

View Source
var (
	Protocol_name = map[int32]string{
		0: "Unsupported",
		1: "Grpc",
		2: "Http",
	}
	Protocol_value = map[string]int32{
		"Unsupported": 0,
		"Grpc":        1,
		"Http":        2,
	}
)

Enum value maps for Protocol.

View Source
var (
	ServiceType_name = map[int32]string{
		0: "UnknownType",
		1: "CA",
		2: "Authentication",
		3: "Organization",
		4: "TokenStore",
		5: "Data",
		6: "FileStorage",
		7: "AppStore",
		8: "UserAccounts",
		9: "FilesServer",
	}
	ServiceType_value = map[string]int32{
		"UnknownType":    0,
		"CA":             1,
		"Authentication": 2,
		"Organization":   3,
		"TokenStore":     4,
		"Data":           5,
		"FileStorage":    6,
		"AppStore":       7,
		"UserAccounts":   8,
		"FilesServer":    9,
	}
)

Enum value maps for ServiceType.

View Source
var (
	Security_name = map[int32]string{
		0: "Insecure",
		1: "Tls",
		2: "Acme",
		3: "MutualTls",
	}
	Security_value = map[string]int32{
		"Insecure":  0,
		"Tls":       1,
		"Acme":      2,
		"MutualTls": 3,
	}
)

Enum value maps for Security.

View Source
var (
	RegistryEventType_name = map[int32]string{
		0: "UnknownEvent",
		1: "Register",
		2: "DeRegister",
		3: "DeRegisterNode",
		4: "Update",
	}
	RegistryEventType_value = map[string]int32{
		"UnknownEvent":   0,
		"Register":       1,
		"DeRegister":     2,
		"DeRegisterNode": 3,
		"Update":         4,
	}
)

Enum value maps for RegistryEventType.

View Source
var (
	ActionOnRegisterExistingService_name = map[int32]string{
		0: "ForceReplace",
		1: "UpdateExisting",
		2: "AddNodes",
		4: "RemoveOld",
	}
	ActionOnRegisterExistingService_value = map[string]int32{
		"ForceReplace":   0,
		"UpdateExisting": 1,
		"AddNodes":       2,
		"RemoveOld":      4,
	}
)

Enum value maps for ActionOnRegisterExistingService.

View Source
var (
	GroupAbilities_name = map[int32]string{
		0: "Unable",
		1: "CanManageResourcesAccess",
		2: "CanCreateGroup",
	}
	GroupAbilities_value = map[string]int32{
		"Unable":                   0,
		"CanManageResourcesAccess": 1,
		"CanCreateGroup":           2,
	}
)

Enum value maps for GroupAbilities.

View Source
var (
	ApplicationLevel_name = map[int32]string{
		0: "Root",
		1: "Master",
		2: "Internal",
		3: "External",
	}
	ApplicationLevel_value = map[string]int32{
		"Root":     0,
		"Master":   1,
		"Internal": 2,
		"External": 3,
	}
)

Enum value maps for ApplicationLevel.

View Source
var (
	FieldType_name = map[int32]string{
		0:  "Other",
		1:  "String",
		2:  "StringList",
		3:  "StringMap",
		4:  "Text",
		5:  "Number",
		6:  "NumberMap",
		7:  "FloatingNumber",
		8:  "FloatingNumberMap",
		9:  "Timestamp",
		10: "JsonEncoded",
	}
	FieldType_value = map[string]int32{
		"Other":             0,
		"String":            1,
		"StringList":        2,
		"StringMap":         3,
		"Text":              4,
		"Number":            5,
		"NumberMap":         6,
		"FloatingNumber":    7,
		"FloatingNumberMap": 8,
		"Timestamp":         9,
		"JsonEncoded":       10,
	}
)

Enum value maps for FieldType.

View Source
var (
	JWTState_name = map[int32]string{
		0: "Valid",
		1: "NotValid",
		2: "Expired",
		3: "Revoked",
		4: "NotSigned",
		5: "NotEffective",
	}
	JWTState_value = map[string]int32{
		"Valid":        0,
		"NotValid":     1,
		"Expired":      2,
		"Revoked":      3,
		"NotSigned":    4,
		"NotEffective": 5,
	}
)

Enum value maps for JWTState.

View Source
var (
	FileListOrder_name = map[int32]string{
		0: "DefaultOrder",
		1: "OrderByName",
		2: "OrderByModified",
		4: "OrderBySize",
	}
	FileListOrder_value = map[string]int32{
		"DefaultOrder":    0,
		"OrderByName":     1,
		"OrderByModified": 2,
		"OrderBySize":     4,
	}
)

Enum value maps for FileListOrder.

Functions

func ContextWithCredentials

func ContextWithCredentials(ctx context.Context, c *Credentials) context.Context

func ContextWithJWT

func ContextWithJWT(ctx context.Context, j string) context.Context

func ContextWithOauth2Token

func ContextWithOauth2Token(ctx context.Context, token string) context.Context

func ContextWithProxyCredentials

func ContextWithProxyCredentials(ctx context.Context, credentials2 *ProxyCredentials) context.Context

func ContextWithToken

func ContextWithToken(ctx context.Context, t *JWT) context.Context

func ExtractJwtFromAccessToken

func ExtractJwtFromAccessToken(name, value string, codecs ...securecookie.Codec) (string, error)

func GRPCStream

func GRPCStream(ctx context.Context, ss grpc.ServerStream) grpc.ServerStream

func GetOauth2Token

func GetOauth2Token(ctx context.Context) string

func JWTFromContext

func JWTFromContext(ctx context.Context) string

func JwtEmbeddedAccessToken

func JwtEmbeddedAccessToken(name, jwt string, codecs ...securecookie.Codec) (string, error)

func NewDialer

func NewDialer(addr string, opts ...grpc.DialOption) *dialer

func NewGRPCBasic

func NewGRPCBasic(user, password string) *gRPCClientBasic

func NewGRPCClientApiAccess

func NewGRPCClientApiAccess(key, secret string) *gRPCClientApiAccess

func NewGRPCClientJwt

func NewGRPCClientJwt(t string) *gRPCClientJwt

func NewGRPCProxy

func NewGRPCProxy(key, secret string) *gRPCProxyBasic

func NewTokenVerifier

func NewTokenVerifier(key *ecdsa.PublicKey) *tokenVerifier

func RegisterApplicationsHandler

func RegisterApplicationsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterApplicationsHandler registers the http handlers for service Applications to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterApplicationsHandlerClient

func RegisterApplicationsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationsClient) error

RegisterApplicationsHandlerClient registers the http handlers for service Applications to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApplicationsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApplicationsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApplicationsClient" to call the correct interceptors.

func RegisterApplicationsHandlerFromEndpoint

func RegisterApplicationsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterApplicationsHandlerFromEndpoint is same as RegisterApplicationsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterApplicationsHandlerServer

func RegisterApplicationsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationsServer) error

RegisterApplicationsHandlerServer registers the http handlers for service Applications to "mux". UnaryRPC :call ApplicationsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApplicationsHandlerFromEndpoint instead.

func RegisterApplicationsServer

func RegisterApplicationsServer(s grpc.ServiceRegistrar, srv ApplicationsServer)

func RegisterAuthenticationServiceHandler

func RegisterAuthenticationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAuthenticationServiceHandler registers the http handlers for service AuthenticationService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAuthenticationServiceHandlerClient

func RegisterAuthenticationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AuthenticationServiceClient) error

RegisterAuthenticationServiceHandlerClient registers the http handlers for service AuthenticationService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AuthenticationServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AuthenticationServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AuthenticationServiceClient" to call the correct interceptors.

func RegisterAuthenticationServiceHandlerFromEndpoint

func RegisterAuthenticationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAuthenticationServiceHandlerFromEndpoint is same as RegisterAuthenticationServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAuthenticationServiceHandlerServer

func RegisterAuthenticationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthenticationServiceServer) error

RegisterAuthenticationServiceHandlerServer registers the http handlers for service AuthenticationService to "mux". UnaryRPC :call AuthenticationServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthenticationServiceHandlerFromEndpoint instead.

func RegisterAuthenticationServiceServer

func RegisterAuthenticationServiceServer(s grpc.ServiceRegistrar, srv AuthenticationServiceServer)

func RegisterCSRHandler

func RegisterCSRHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCSRHandler registers the http handlers for service CSR to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCSRHandlerClient

func RegisterCSRHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CSRClient) error

RegisterCSRHandlerClient registers the http handlers for service CSR to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CSRClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CSRClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CSRClient" to call the correct interceptors.

func RegisterCSRHandlerFromEndpoint

func RegisterCSRHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCSRHandlerFromEndpoint is same as RegisterCSRHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCSRHandlerServer

func RegisterCSRHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CSRServer) error

RegisterCSRHandlerServer registers the http handlers for service CSR to "mux". UnaryRPC :call CSRServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCSRHandlerFromEndpoint instead.

func RegisterCSRServer

func RegisterCSRServer(s grpc.ServiceRegistrar, srv CSRServer)

func RegisterFilesHandler

func RegisterFilesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterFilesHandler registers the http handlers for service Files to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterFilesHandlerClient

func RegisterFilesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client FilesClient) error

RegisterFilesHandlerClient registers the http handlers for service Files to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "FilesClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "FilesClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "FilesClient" to call the correct interceptors.

func RegisterFilesHandlerFromEndpoint

func RegisterFilesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterFilesHandlerFromEndpoint is same as RegisterFilesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterFilesHandlerServer

func RegisterFilesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server FilesServer) error

RegisterFilesHandlerServer registers the http handlers for service Files to "mux". UnaryRPC :call FilesServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterFilesHandlerFromEndpoint instead.

func RegisterFilesServer

func RegisterFilesServer(s grpc.ServiceRegistrar, srv FilesServer)

func RegisterRegistryHandler

func RegisterRegistryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRegistryHandler registers the http handlers for service Registry to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRegistryHandlerClient

func RegisterRegistryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RegistryClient) error

RegisterRegistryHandlerClient registers the http handlers for service Registry to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RegistryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RegistryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RegistryClient" to call the correct interceptors.

func RegisterRegistryHandlerFromEndpoint

func RegisterRegistryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRegistryHandlerFromEndpoint is same as RegisterRegistryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRegistryHandlerServer

func RegisterRegistryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RegistryServer) error

RegisterRegistryHandlerServer registers the http handlers for service Registry to "mux". UnaryRPC :call RegistryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRegistryHandlerFromEndpoint instead.

func RegisterRegistryServer

func RegisterRegistryServer(s grpc.ServiceRegistrar, srv RegistryServer)

func RegisterTokenStoreServiceHandler

func RegisterTokenStoreServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterTokenStoreServiceHandler registers the http handlers for service TokenStoreService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterTokenStoreServiceHandlerClient

func RegisterTokenStoreServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TokenStoreServiceClient) error

RegisterTokenStoreServiceHandlerClient registers the http handlers for service TokenStoreService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TokenStoreServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TokenStoreServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TokenStoreServiceClient" to call the correct interceptors.

func RegisterTokenStoreServiceHandlerFromEndpoint

func RegisterTokenStoreServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterTokenStoreServiceHandlerFromEndpoint is same as RegisterTokenStoreServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterTokenStoreServiceHandlerServer

func RegisterTokenStoreServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TokenStoreServiceServer) error

RegisterTokenStoreServiceHandlerServer registers the http handlers for service TokenStoreService to "mux". UnaryRPC :call TokenStoreServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTokenStoreServiceHandlerFromEndpoint instead.

func RegisterTokenStoreServiceServer

func RegisterTokenStoreServiceServer(s grpc.ServiceRegistrar, srv TokenStoreServiceServer)

func RegisterUsersServiceHandler

func RegisterUsersServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterUsersServiceHandler registers the http handlers for service UsersService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterUsersServiceHandlerClient

func RegisterUsersServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UsersServiceClient) error

RegisterUsersServiceHandlerClient registers the http handlers for service UsersService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UsersServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UsersServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UsersServiceClient" to call the correct interceptors.

func RegisterUsersServiceHandlerFromEndpoint

func RegisterUsersServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterUsersServiceHandlerFromEndpoint is same as RegisterUsersServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterUsersServiceHandlerServer

func RegisterUsersServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UsersServiceServer) error

RegisterUsersServiceHandlerServer registers the http handlers for service UsersService to "mux". UnaryRPC :call UsersServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUsersServiceHandlerFromEndpoint instead.

func RegisterUsersServiceServer

func RegisterUsersServiceServer(s grpc.ServiceRegistrar, srv UsersServiceServer)

func String

func String(jwt *JWT) (string, error)

String converts jwt to string

Types

type Access

type Access int32
const (
	Access_Denied    Access = 0
	Access_CanRead   Access = 1
	Access_CanUpdate Access = 2
	Access_CanDelete Access = 4
	Access_CanShare  Access = 8
	Access_Full      Access = 15
)

func (Access) Descriptor

func (Access) Descriptor() protoreflect.EnumDescriptor

func (Access) Enum

func (x Access) Enum() *Access

func (Access) EnumDescriptor deprecated

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

Deprecated: Use Access.Descriptor instead.

func (Access) Number

func (x Access) Number() protoreflect.EnumNumber

func (Access) String

func (x Access) String() string

func (Access) Type

func (Access) Type() protoreflect.EnumType

type AccountInfo

type AccountInfo struct {
	Username       string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Email          string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	EmailConfirmed bool   `protobuf:"varint,3,opt,name=email_confirmed,json=emailConfirmed,proto3" json:"email_confirmed,omitempty"`
	CreatedAt      int64  `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountInfo) Descriptor deprecated

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

Deprecated: Use AccountInfo.ProtoReflect.Descriptor instead.

func (*AccountInfo) GetCreatedAt

func (x *AccountInfo) GetCreatedAt() int64

func (*AccountInfo) GetEmail

func (x *AccountInfo) GetEmail() string

func (*AccountInfo) GetEmailConfirmed

func (x *AccountInfo) GetEmailConfirmed() bool

func (*AccountInfo) GetUsername

func (x *AccountInfo) GetUsername() string

func (*AccountInfo) ProtoMessage

func (*AccountInfo) ProtoMessage()

func (*AccountInfo) ProtoReflect

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

func (*AccountInfo) Reset

func (x *AccountInfo) Reset()

func (*AccountInfo) String

func (x *AccountInfo) String() string

type AccountInfoRequest

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

func (*AccountInfoRequest) Descriptor deprecated

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

Deprecated: Use AccountInfoRequest.ProtoReflect.Descriptor instead.

func (*AccountInfoRequest) GetUsername

func (x *AccountInfoRequest) GetUsername() string

func (*AccountInfoRequest) ProtoMessage

func (*AccountInfoRequest) ProtoMessage()

func (*AccountInfoRequest) ProtoReflect

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

func (*AccountInfoRequest) Reset

func (x *AccountInfoRequest) Reset()

func (*AccountInfoRequest) String

func (x *AccountInfoRequest) String() string

type AccountInfoResponse

type AccountInfoResponse struct {
	Info *AccountInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountInfoResponse) Descriptor deprecated

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

Deprecated: Use AccountInfoResponse.ProtoReflect.Descriptor instead.

func (*AccountInfoResponse) GetInfo

func (x *AccountInfoResponse) GetInfo() *AccountInfo

func (*AccountInfoResponse) ProtoMessage

func (*AccountInfoResponse) ProtoMessage()

func (*AccountInfoResponse) ProtoReflect

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

func (*AccountInfoResponse) Reset

func (x *AccountInfoResponse) Reset()

func (*AccountInfoResponse) String

func (x *AccountInfoResponse) String() string

type AccountValidationData

type AccountValidationData struct {
	User   string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Email  string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Expiry int64  `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountValidationData) Descriptor deprecated

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

Deprecated: Use AccountValidationData.ProtoReflect.Descriptor instead.

func (*AccountValidationData) GetEmail

func (x *AccountValidationData) GetEmail() string

func (*AccountValidationData) GetExpiry

func (x *AccountValidationData) GetExpiry() int64

func (*AccountValidationData) GetUser

func (x *AccountValidationData) GetUser() string

func (*AccountValidationData) ProtoMessage

func (*AccountValidationData) ProtoMessage()

func (*AccountValidationData) ProtoReflect

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

func (*AccountValidationData) Reset

func (x *AccountValidationData) Reset()

func (*AccountValidationData) String

func (x *AccountValidationData) String() string

type Action

type Action int32
const (
	Action_None       Action = 0
	Action_Create     Action = 1
	Action_Delete     Action = 2
	Action_Move       Action = 3
	Action_MoveEdit   Action = 4
	Action_Rename     Action = 5
	Action_RenameEdit Action = 6
	Action_Edit       Action = 7
	Action_Read       Action = 8
	Action_Share      Action = 9
	Action_UnShare    Action = 10
	Action_UpdateMeta Action = 11
)

func (Action) Descriptor

func (Action) Descriptor() protoreflect.EnumDescriptor

func (Action) Enum

func (x Action) Enum() *Action

func (Action) EnumDescriptor deprecated

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

Deprecated: Use Action.Descriptor instead.

func (Action) Number

func (x Action) Number() protoreflect.EnumNumber

func (Action) String

func (x Action) String() string

func (Action) Type

func (Action) Type() protoreflect.EnumType

type ActionOnRegisterExistingService

type ActionOnRegisterExistingService int32
const (
	ActionOnRegisterExistingService_ForceReplace   ActionOnRegisterExistingService = 0
	ActionOnRegisterExistingService_UpdateExisting ActionOnRegisterExistingService = 1
	ActionOnRegisterExistingService_AddNodes       ActionOnRegisterExistingService = 2
	ActionOnRegisterExistingService_RemoveOld      ActionOnRegisterExistingService = 4
)

func (ActionOnRegisterExistingService) Descriptor

func (ActionOnRegisterExistingService) Enum

func (ActionOnRegisterExistingService) EnumDescriptor deprecated

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

Deprecated: Use ActionOnRegisterExistingService.Descriptor instead.

func (ActionOnRegisterExistingService) Number

func (ActionOnRegisterExistingService) String

func (ActionOnRegisterExistingService) Type

type AddAttributeTranslationRequest

type AddAttributeTranslationRequest struct {
	Translation *AttributeTranslation `protobuf:"bytes,1,opt,name=translation,proto3" json:"translation,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAttributeTranslationRequest) Descriptor deprecated

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

Deprecated: Use AddAttributeTranslationRequest.ProtoReflect.Descriptor instead.

func (*AddAttributeTranslationRequest) GetTranslation

func (*AddAttributeTranslationRequest) ProtoMessage

func (*AddAttributeTranslationRequest) ProtoMessage()

func (*AddAttributeTranslationRequest) ProtoReflect

func (*AddAttributeTranslationRequest) Reset

func (x *AddAttributeTranslationRequest) Reset()

func (*AddAttributeTranslationRequest) String

type AddAttributeTranslationResponse

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

func (*AddAttributeTranslationResponse) Descriptor deprecated

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

Deprecated: Use AddAttributeTranslationResponse.ProtoReflect.Descriptor instead.

func (*AddAttributeTranslationResponse) ProtoMessage

func (*AddAttributeTranslationResponse) ProtoMessage()

func (*AddAttributeTranslationResponse) ProtoReflect

func (*AddAttributeTranslationResponse) Reset

func (*AddAttributeTranslationResponse) String

type AddUserRequest

type AddUserRequest struct {
	User         *User          `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Capabilities GroupAbilities `protobuf:"varint,2,opt,name=capabilities,proto3,enum=GroupAbilities" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserRequest) Descriptor deprecated

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

Deprecated: Use AddUserRequest.ProtoReflect.Descriptor instead.

func (*AddUserRequest) GetCapabilities

func (x *AddUserRequest) GetCapabilities() GroupAbilities

func (*AddUserRequest) GetUser

func (x *AddUserRequest) GetUser() *User

func (*AddUserRequest) ProtoMessage

func (*AddUserRequest) ProtoMessage()

func (*AddUserRequest) ProtoReflect

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

func (*AddUserRequest) Reset

func (x *AddUserRequest) Reset()

func (*AddUserRequest) String

func (x *AddUserRequest) String() string

type AddUserResponse

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

func (*AddUserResponse) Descriptor deprecated

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

Deprecated: Use AddUserResponse.ProtoReflect.Descriptor instead.

func (*AddUserResponse) ProtoMessage

func (*AddUserResponse) ProtoMessage()

func (*AddUserResponse) ProtoReflect

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

func (*AddUserResponse) Reset

func (x *AddUserResponse) Reset()

func (*AddUserResponse) String

func (x *AddUserResponse) String() string

type AppInfo

type AppInfo struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	CreatedBy     string `protobuf:"bytes,2,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CreatedAt     int64  `protobuf:"varint,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Label         string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	LogoUrl       string `protobuf:"bytes,5,opt,name=logo_url,json=logoUrl,proto3" json:"logo_url,omitempty"`
	Description   string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Website       string `protobuf:"bytes,7,opt,name=website,proto3" json:"website,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfo) Descriptor deprecated

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

Deprecated: Use AppInfo.ProtoReflect.Descriptor instead.

func (*AppInfo) GetApplicationId

func (x *AppInfo) GetApplicationId() string

func (*AppInfo) GetCreatedAt

func (x *AppInfo) GetCreatedAt() int64

func (*AppInfo) GetCreatedBy

func (x *AppInfo) GetCreatedBy() string

func (*AppInfo) GetDescription

func (x *AppInfo) GetDescription() string

func (*AppInfo) GetLabel

func (x *AppInfo) GetLabel() string

func (*AppInfo) GetLogoUrl

func (x *AppInfo) GetLogoUrl() string

func (*AppInfo) GetWebsite

func (x *AppInfo) GetWebsite() 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 Application

type Application struct {
	Id               string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Activated        bool             `protobuf:"varint,2,opt,name=activated,proto3" json:"activated,omitempty"`
	OauthCallbackUrl string           `protobuf:"bytes,3,opt,name=oauth_callback_url,json=oauthCallbackUrl,proto3" json:"oauth_callback_url,omitempty"`
	Level            ApplicationLevel `protobuf:"varint,4,opt,name=level,proto3,enum=ApplicationLevel" json:"level,omitempty"`
	Categories       []Category       `protobuf:"varint,5,rep,packed,name=categories,proto3,enum=Category" json:"categories,omitempty"`
	Secret           string           `protobuf:"bytes,6,opt,name=secret,proto3" json:"secret,omitempty"`
	Info             *AppInfo         `protobuf:"bytes,7,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*Application) Descriptor deprecated

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

Deprecated: Use Application.ProtoReflect.Descriptor instead.

func (*Application) GetActivated

func (x *Application) GetActivated() bool

func (*Application) GetCategories

func (x *Application) GetCategories() []Category

func (*Application) GetId

func (x *Application) GetId() string

func (*Application) GetInfo

func (x *Application) GetInfo() *AppInfo

func (*Application) GetLevel

func (x *Application) GetLevel() ApplicationLevel

func (*Application) GetOauthCallbackUrl

func (x *Application) GetOauthCallbackUrl() string

func (*Application) GetSecret

func (x *Application) GetSecret() string

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) ProtoReflect

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

func (*Application) Reset

func (x *Application) Reset()

func (*Application) String

func (x *Application) String() string

type ApplicationAttributeDefinition

type ApplicationAttributeDefinition struct {
	Name        string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Label       string   `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Description string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Fields      []*Field `protobuf:"bytes,4,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationAttributeDefinition) Descriptor deprecated

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

Deprecated: Use ApplicationAttributeDefinition.ProtoReflect.Descriptor instead.

func (*ApplicationAttributeDefinition) GetDescription

func (x *ApplicationAttributeDefinition) GetDescription() string

func (*ApplicationAttributeDefinition) GetFields

func (x *ApplicationAttributeDefinition) GetFields() []*Field

func (*ApplicationAttributeDefinition) GetLabel

func (x *ApplicationAttributeDefinition) GetLabel() string

func (*ApplicationAttributeDefinition) GetName

func (*ApplicationAttributeDefinition) ProtoMessage

func (*ApplicationAttributeDefinition) ProtoMessage()

func (*ApplicationAttributeDefinition) ProtoReflect

func (*ApplicationAttributeDefinition) Reset

func (x *ApplicationAttributeDefinition) Reset()

func (*ApplicationAttributeDefinition) String

type ApplicationLevel

type ApplicationLevel int32
const (
	ApplicationLevel_Root     ApplicationLevel = 0
	ApplicationLevel_Master   ApplicationLevel = 1
	ApplicationLevel_Internal ApplicationLevel = 2
	ApplicationLevel_External ApplicationLevel = 3
)

func (ApplicationLevel) Descriptor

func (ApplicationLevel) Enum

func (ApplicationLevel) EnumDescriptor deprecated

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

Deprecated: Use ApplicationLevel.Descriptor instead.

func (ApplicationLevel) Number

func (ApplicationLevel) String

func (x ApplicationLevel) String() string

func (ApplicationLevel) Type

type ApplicationsClient

type ApplicationsClient interface {
	SaveUserAttributeDefinitions(ctx context.Context, opts ...grpc.CallOption) (Applications_SaveUserAttributeDefinitionsClient, error)
	SaveApplicationAttributeDefinitions(ctx context.Context, opts ...grpc.CallOption) (Applications_SaveApplicationAttributeDefinitionsClient, error)
	RegisterApplication(ctx context.Context, in *RegisterApplicationRequest, opts ...grpc.CallOption) (*RegisterApplicationResponse, error)
	DeRegister(ctx context.Context, in *DeRegisterApplicationRequest, opts ...grpc.CallOption) (*DeRegisterApplicationResponse, error)
	ListApplications(ctx context.Context, in *ListApplicationsRequest, opts ...grpc.CallOption) (Applications_ListApplicationsClient, error)
	GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*GetApplicationResponse, error)
	SaveUserAttributeDefinition(ctx context.Context, in *SaveUserAttributeDefinitionRequest, opts ...grpc.CallOption) (*SaveUserAttributeDefinitionResponse, error)
	SaveApplicationAttributeDefinition(ctx context.Context, in *SaveApplicationAttributeDefinitionRequest, opts ...grpc.CallOption) (*SaveApplicationAttributeDefinitionResponse, error)
	GetUserAttributeDefinition(ctx context.Context, in *GetUserAttributeDefinitionRequest, opts ...grpc.CallOption) (*GetUserAttributeDefinitionResponse, error)
	GetApplicationAttributeDefinition(ctx context.Context, in *GetApplicationAttributeDefinitionRequest, opts ...grpc.CallOption) (*GetApplicationAttributeDefinitionResponse, error)
	ListUserAttributeDefinitions(ctx context.Context, in *ListUserAttributeDefinitionsRequest, opts ...grpc.CallOption) (Applications_ListUserAttributeDefinitionsClient, error)
	ListApplicationAttributeDefinitions(ctx context.Context, in *ListApplicationAttributeDefinitionsRequest, opts ...grpc.CallOption) (Applications_ListApplicationAttributeDefinitionsClient, error)
	DeleteUserAttributeDefinition(ctx context.Context, in *DeleteUserAttributeDefinitionRequest, opts ...grpc.CallOption) (*DeleteUserAttributeDefinitionResponse, error)
	DeleteApplicationAttributeDefinition(ctx context.Context, in *DeleteApplicationAttributeDefinitionRequest, opts ...grpc.CallOption) (*DeleteApplicationAttributeDefinitionResponse, error)
	AddAttributeTranslations(ctx context.Context, in *AddAttributeTranslationRequest, opts ...grpc.CallOption) (*AddAttributeTranslationResponse, error)
	CheckIfExists(ctx context.Context, in *CheckIfExistsRequest, opts ...grpc.CallOption) (*CheckIfExistsResponse, error)
	VerifyAuthenticationChallenge(ctx context.Context, in *VerifyAuthenticationChallengeRequest, opts ...grpc.CallOption) (*VerifyAuthenticationChallengeResponse, error)
}

ApplicationsClient is the client API for Applications service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ApplicationsServer

type ApplicationsServer interface {
	SaveUserAttributeDefinitions(Applications_SaveUserAttributeDefinitionsServer) error
	SaveApplicationAttributeDefinitions(Applications_SaveApplicationAttributeDefinitionsServer) error
	RegisterApplication(context.Context, *RegisterApplicationRequest) (*RegisterApplicationResponse, error)
	DeRegister(context.Context, *DeRegisterApplicationRequest) (*DeRegisterApplicationResponse, error)
	ListApplications(*ListApplicationsRequest, Applications_ListApplicationsServer) error
	GetApplication(context.Context, *GetApplicationRequest) (*GetApplicationResponse, error)
	SaveUserAttributeDefinition(context.Context, *SaveUserAttributeDefinitionRequest) (*SaveUserAttributeDefinitionResponse, error)
	SaveApplicationAttributeDefinition(context.Context, *SaveApplicationAttributeDefinitionRequest) (*SaveApplicationAttributeDefinitionResponse, error)
	GetUserAttributeDefinition(context.Context, *GetUserAttributeDefinitionRequest) (*GetUserAttributeDefinitionResponse, error)
	GetApplicationAttributeDefinition(context.Context, *GetApplicationAttributeDefinitionRequest) (*GetApplicationAttributeDefinitionResponse, error)
	ListUserAttributeDefinitions(*ListUserAttributeDefinitionsRequest, Applications_ListUserAttributeDefinitionsServer) error
	ListApplicationAttributeDefinitions(*ListApplicationAttributeDefinitionsRequest, Applications_ListApplicationAttributeDefinitionsServer) error
	DeleteUserAttributeDefinition(context.Context, *DeleteUserAttributeDefinitionRequest) (*DeleteUserAttributeDefinitionResponse, error)
	DeleteApplicationAttributeDefinition(context.Context, *DeleteApplicationAttributeDefinitionRequest) (*DeleteApplicationAttributeDefinitionResponse, error)
	AddAttributeTranslations(context.Context, *AddAttributeTranslationRequest) (*AddAttributeTranslationResponse, error)
	CheckIfExists(context.Context, *CheckIfExistsRequest) (*CheckIfExistsResponse, error)
	VerifyAuthenticationChallenge(context.Context, *VerifyAuthenticationChallengeRequest) (*VerifyAuthenticationChallengeResponse, error)
	// contains filtered or unexported methods
}

ApplicationsServer is the server API for Applications service. All implementations must embed UnimplementedApplicationsServer for forward compatibility

type Applications_ListApplicationAttributeDefinitionsClient

type Applications_ListApplicationAttributeDefinitionsClient interface {
	Recv() (*ApplicationAttributeDefinition, error)
	grpc.ClientStream
}

type Applications_ListApplicationAttributeDefinitionsServer

type Applications_ListApplicationAttributeDefinitionsServer interface {
	Send(*ApplicationAttributeDefinition) error
	grpc.ServerStream
}

type Applications_ListApplicationsClient

type Applications_ListApplicationsClient interface {
	Recv() (*Application, error)
	grpc.ClientStream
}

type Applications_ListApplicationsServer

type Applications_ListApplicationsServer interface {
	Send(*Application) error
	grpc.ServerStream
}

type Applications_ListUserAttributeDefinitionsClient

type Applications_ListUserAttributeDefinitionsClient interface {
	Recv() (*UserAttributeDefinition, error)
	grpc.ClientStream
}

type Applications_ListUserAttributeDefinitionsServer

type Applications_ListUserAttributeDefinitionsServer interface {
	Send(*UserAttributeDefinition) error
	grpc.ServerStream
}

type Applications_SaveApplicationAttributeDefinitionsClient

type Applications_SaveApplicationAttributeDefinitionsClient interface {
	Send(*ApplicationAttributeDefinition) error
	CloseAndRecv() (*SaveApplicationAttributeDefinitionResponse, error)
	grpc.ClientStream
}

type Applications_SaveApplicationAttributeDefinitionsServer

type Applications_SaveApplicationAttributeDefinitionsServer interface {
	SendAndClose(*SaveApplicationAttributeDefinitionResponse) error
	Recv() (*ApplicationAttributeDefinition, error)
	grpc.ServerStream
}

type Applications_SaveUserAttributeDefinitionsClient

type Applications_SaveUserAttributeDefinitionsClient interface {
	Send(*UserAttributeDefinition) error
	CloseAndRecv() (*SaveUserAttributeDefinitionResponse, error)
	grpc.ClientStream
}

type Applications_SaveUserAttributeDefinitionsServer

type Applications_SaveUserAttributeDefinitionsServer interface {
	SendAndClose(*SaveUserAttributeDefinitionResponse) error
	Recv() (*UserAttributeDefinition, error)
	grpc.ServerStream
}

type AttributeTranslation

type AttributeTranslation struct {
	AttributeId    string            `protobuf:"bytes,1,opt,name=attribute_id,json=attributeId,proto3" json:"attribute_id,omitempty"`
	LocaleName     string            `protobuf:"bytes,2,opt,name=locale_name,json=localeName,proto3" json:"locale_name,omitempty"`
	IsAppAttribute bool              `protobuf:"varint,3,opt,name=is_app_attribute,json=isAppAttribute,proto3" json:"is_app_attribute,omitempty"`
	Label          string            `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Description    string            `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Fields         *FieldTranslation `protobuf:"bytes,6,opt,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeTranslation) Descriptor deprecated

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

Deprecated: Use AttributeTranslation.ProtoReflect.Descriptor instead.

func (*AttributeTranslation) GetAttributeId

func (x *AttributeTranslation) GetAttributeId() string

func (*AttributeTranslation) GetDescription

func (x *AttributeTranslation) GetDescription() string

func (*AttributeTranslation) GetFields

func (x *AttributeTranslation) GetFields() *FieldTranslation

func (*AttributeTranslation) GetIsAppAttribute

func (x *AttributeTranslation) GetIsAppAttribute() bool

func (*AttributeTranslation) GetLabel

func (x *AttributeTranslation) GetLabel() string

func (*AttributeTranslation) GetLocaleName

func (x *AttributeTranslation) GetLocaleName() string

func (*AttributeTranslation) ProtoMessage

func (*AttributeTranslation) ProtoMessage()

func (*AttributeTranslation) ProtoReflect

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

func (*AttributeTranslation) Reset

func (x *AttributeTranslation) Reset()

func (*AttributeTranslation) String

func (x *AttributeTranslation) String() string

type AuthenticateRequest

type AuthenticateRequest struct {
	Subject  string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateRequest) Descriptor deprecated

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

Deprecated: Use AuthenticateRequest.ProtoReflect.Descriptor instead.

func (*AuthenticateRequest) GetPassword

func (x *AuthenticateRequest) GetPassword() string

func (*AuthenticateRequest) GetSubject

func (x *AuthenticateRequest) GetSubject() string

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 AuthenticateResponse

type AuthenticateResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateResponse) Descriptor deprecated

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

Deprecated: Use AuthenticateResponse.ProtoReflect.Descriptor instead.

func (*AuthenticateResponse) GetSuccess

func (x *AuthenticateResponse) GetSuccess() bool

func (*AuthenticateResponse) ProtoMessage

func (*AuthenticateResponse) ProtoMessage()

func (*AuthenticateResponse) ProtoReflect

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

func (*AuthenticateResponse) Reset

func (x *AuthenticateResponse) Reset()

func (*AuthenticateResponse) String

func (x *AuthenticateResponse) String() string

type AuthenticationServiceClient

type AuthenticationServiceClient interface {
	CreateCredentials(ctx context.Context, in *CreateCredentialsRequest, opts ...grpc.CallOption) (*CreateCredentialsResponse, error)
	UpdateEmail(ctx context.Context, in *UpdateEmailRequest, opts ...grpc.CallOption) (*UpdateEmailResponse, error)
	Authenticate(ctx context.Context, in *AuthenticateRequest, opts ...grpc.CallOption) (*AuthenticateResponse, error)
	SetPassword(ctx context.Context, in *SetPasswordRequest, opts ...grpc.CallOption) (*SetPasswordResponse, error)
}

AuthenticationServiceClient is the client API for AuthenticationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AuthenticationServiceServer

type AuthenticationServiceServer interface {
	CreateCredentials(context.Context, *CreateCredentialsRequest) (*CreateCredentialsResponse, error)
	UpdateEmail(context.Context, *UpdateEmailRequest) (*UpdateEmailResponse, error)
	Authenticate(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error)
	SetPassword(context.Context, *SetPasswordRequest) (*SetPasswordResponse, error)
	// contains filtered or unexported methods
}

AuthenticationServiceServer is the server API for AuthenticationService service. All implementations must embed UnimplementedAuthenticationServiceServer for forward compatibility

type Authorization

type Authorization struct {
	User          string   `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	ApplicationId string   `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	Scope         []string `protobuf:"bytes,3,rep,name=scope,proto3" json:"scope,omitempty"`
	Duration      int64    `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*Authorization) Descriptor deprecated

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

Deprecated: Use Authorization.ProtoReflect.Descriptor instead.

func (*Authorization) GetApplicationId

func (x *Authorization) GetApplicationId() string

func (*Authorization) GetDuration

func (x *Authorization) GetDuration() int64

func (*Authorization) GetScope

func (x *Authorization) GetScope() []string

func (*Authorization) GetUser

func (x *Authorization) GetUser() string

func (*Authorization) ProtoMessage

func (*Authorization) ProtoMessage()

func (*Authorization) ProtoReflect

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

func (*Authorization) Reset

func (x *Authorization) Reset()

func (*Authorization) String

func (x *Authorization) String() string

type AuthorizeRequest

type AuthorizeRequest struct {
	ResponseType string `protobuf:"bytes,1,opt,name=response_type,json=responseType,proto3" json:"response_type,omitempty"`
	ClientId     string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Scope        string `protobuf:"bytes,3,opt,name=scope,proto3" json:"scope,omitempty"`
	State        string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	RedirectUri  string `protobuf:"bytes,5,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizeRequest) Descriptor deprecated

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

Deprecated: Use AuthorizeRequest.ProtoReflect.Descriptor instead.

func (*AuthorizeRequest) GetClientId

func (x *AuthorizeRequest) GetClientId() string

func (*AuthorizeRequest) GetRedirectUri

func (x *AuthorizeRequest) GetRedirectUri() string

func (*AuthorizeRequest) GetResponseType

func (x *AuthorizeRequest) GetResponseType() string

func (*AuthorizeRequest) GetScope

func (x *AuthorizeRequest) GetScope() string

func (*AuthorizeRequest) GetState

func (x *AuthorizeRequest) GetState() string

func (*AuthorizeRequest) ProtoMessage

func (*AuthorizeRequest) ProtoMessage()

func (*AuthorizeRequest) ProtoReflect

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

func (*AuthorizeRequest) Reset

func (x *AuthorizeRequest) Reset()

func (*AuthorizeRequest) String

func (x *AuthorizeRequest) String() string

type AuthorizeResponse

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

func (*AuthorizeResponse) Descriptor deprecated

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

Deprecated: Use AuthorizeResponse.ProtoReflect.Descriptor instead.

func (*AuthorizeResponse) ProtoMessage

func (*AuthorizeResponse) ProtoMessage()

func (*AuthorizeResponse) ProtoReflect

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

func (*AuthorizeResponse) Reset

func (x *AuthorizeResponse) Reset()

func (*AuthorizeResponse) String

func (x *AuthorizeResponse) String() string

type CSRClient

type CSRClient interface {
	SignCertificate(ctx context.Context, in *SignCertificateRequest, opts ...grpc.CallOption) (*SignCertificateResponse, error)
}

CSRClient is the client API for CSR service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewCSRClient

func NewCSRClient(cc grpc.ClientConnInterface) CSRClient

type CSRData

type CSRData struct {
	Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	Domains   []string `protobuf:"bytes,2,rep,name=domains,proto3" json:"domains,omitempty"`
	PublicKey []byte   `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Subject   string   `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

***********************

Service

***********************

func (*CSRData) Descriptor deprecated

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

Deprecated: Use CSRData.ProtoReflect.Descriptor instead.

func (*CSRData) GetAddresses

func (x *CSRData) GetAddresses() []string

func (*CSRData) GetDomains

func (x *CSRData) GetDomains() []string

func (*CSRData) GetPublicKey

func (x *CSRData) GetPublicKey() []byte

func (*CSRData) GetSubject

func (x *CSRData) GetSubject() string

func (*CSRData) ProtoMessage

func (*CSRData) ProtoMessage()

func (*CSRData) ProtoReflect

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

func (*CSRData) Reset

func (x *CSRData) Reset()

func (*CSRData) String

func (x *CSRData) String() string

type CSRServer

type CSRServer interface {
	SignCertificate(context.Context, *SignCertificateRequest) (*SignCertificateResponse, error)
	// contains filtered or unexported methods
}

CSRServer is the server API for CSR service. All implementations must embed UnimplementedCSRServer for forward compatibility

type Category

type Category int32
const (
	Category_UnCategorized  Category = 0
	Category_Education      Category = 1
	Category_School         Category = 2
	Category_Career         Category = 3
	Category_Social         Category = 4
	Category_Sports         Category = 6
	Category_Music          Category = 7
	Category_Photography    Category = 8
	Category_Productivity   Category = 9
	Category_Shopping       Category = 10
	Category_Government     Category = 11
	Category_News           Category = 12
	Category_Press          Category = 13
	Category_Books          Category = 14
	Category_Finance        Category = 15
	Category_Business       Category = 16
	Category_Beauty         Category = 17
	Category_Podcasts       Category = 18
	Category_Health         Category = 19
	Category_Medical        Category = 20
	Category_Dating         Category = 21
	Category_Communications Category = 22
	Category_Entertainment  Category = 23
	Category_Food           Category = 24
	Category_Lifestyle      Category = 25
	Category_Video          Category = 26
)

func (Category) Descriptor

func (Category) Descriptor() protoreflect.EnumDescriptor

func (Category) Enum

func (x Category) Enum() *Category

func (Category) EnumDescriptor deprecated

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

Deprecated: Use Category.Descriptor instead.

func (Category) Number

func (x Category) Number() protoreflect.EnumNumber

func (Category) String

func (x Category) String() string

func (Category) Type

type CheckIfExistsRequest

type CheckIfExistsRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckIfExistsRequest) Descriptor deprecated

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

Deprecated: Use CheckIfExistsRequest.ProtoReflect.Descriptor instead.

func (*CheckIfExistsRequest) GetApplicationId

func (x *CheckIfExistsRequest) GetApplicationId() string

func (*CheckIfExistsRequest) ProtoMessage

func (*CheckIfExistsRequest) ProtoMessage()

func (*CheckIfExistsRequest) ProtoReflect

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

func (*CheckIfExistsRequest) Reset

func (x *CheckIfExistsRequest) Reset()

func (*CheckIfExistsRequest) String

func (x *CheckIfExistsRequest) String() string

type CheckIfExistsResponse

type CheckIfExistsResponse struct {
	Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckIfExistsResponse) Descriptor deprecated

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

Deprecated: Use CheckIfExistsResponse.ProtoReflect.Descriptor instead.

func (*CheckIfExistsResponse) GetExists

func (x *CheckIfExistsResponse) GetExists() bool

func (*CheckIfExistsResponse) ProtoMessage

func (*CheckIfExistsResponse) ProtoMessage()

func (*CheckIfExistsResponse) ProtoReflect

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

func (*CheckIfExistsResponse) Reset

func (x *CheckIfExistsResponse) Reset()

func (*CheckIfExistsResponse) String

func (x *CheckIfExistsResponse) String() string

type Claims

type Claims struct {
	Iss                string              `protobuf:"bytes,1,opt,name=iss,proto3" json:"iss,omitempty"`
	Sub                string              `protobuf:"bytes,2,opt,name=sub,proto3" json:"sub,omitempty"`
	Aud                string              `protobuf:"bytes,3,opt,name=aud,proto3" json:"aud,omitempty"`
	Exp                int64               `protobuf:"varint,4,opt,name=exp,proto3" json:"exp,omitempty"`
	Nbf                int64               `protobuf:"varint,5,opt,name=nbf,proto3" json:"nbf,omitempty"`
	Iat                int64               `protobuf:"varint,6,opt,name=iat,proto3" json:"iat,omitempty"`
	Jti                string              `protobuf:"bytes,7,opt,name=jti,proto3" json:"jti,omitempty"`
	TokenIntrospection *TokenIntrospection `protobuf:"bytes,8,opt,name=token_introspection,json=tokenIntrospection,proto3" json:"token_introspection,omitempty"`
	Scope              string              `protobuf:"bytes,9,opt,name=scope,proto3" json:"scope,omitempty"`
	Profile            *Profile            `protobuf:"bytes,10,opt,name=profile,proto3" json:"profile,omitempty"`
	VerificationInfo   *VerificationInfo   `protobuf:"bytes,11,opt,name=verification_info,json=verificationInfo,proto3" json:"verification_info,omitempty"`
	// contains filtered or unexported fields
}

func (*Claims) Descriptor deprecated

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

Deprecated: Use Claims.ProtoReflect.Descriptor instead.

func (*Claims) GetAud

func (x *Claims) GetAud() string

func (*Claims) GetExp

func (x *Claims) GetExp() int64

func (*Claims) GetIat

func (x *Claims) GetIat() int64

func (*Claims) GetIss

func (x *Claims) GetIss() string

func (*Claims) GetJti

func (x *Claims) GetJti() string

func (*Claims) GetNbf

func (x *Claims) GetNbf() int64

func (*Claims) GetProfile

func (x *Claims) GetProfile() *Profile

func (*Claims) GetScope

func (x *Claims) GetScope() string

func (*Claims) GetSub

func (x *Claims) GetSub() string

func (*Claims) GetTokenIntrospection

func (x *Claims) GetTokenIntrospection() *TokenIntrospection

func (*Claims) GetVerificationInfo

func (x *Claims) GetVerificationInfo() *VerificationInfo

func (*Claims) ProtoMessage

func (*Claims) ProtoMessage()

func (*Claims) ProtoReflect

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

func (*Claims) Reset

func (x *Claims) Reset()

func (*Claims) String

func (x *Claims) String() string

type Client

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

func New

func New(c Config) *Client

func (Client) Info

func (c Client) Info() (*Info, error)

func (*Client) RegisterUserAttributeDefinition

func (c *Client) RegisterUserAttributeDefinition(attrDefs []*UserAttributeDefinition) error

func (Client) Verify

func (c Client) Verify(ctx context.Context, t *JWT) (JWTState, error)

type CloseSessionRequest

type CloseSessionRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CloseSessionRequest) Descriptor deprecated

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

Deprecated: Use CloseSessionRequest.ProtoReflect.Descriptor instead.

func (*CloseSessionRequest) GetSessionId

func (x *CloseSessionRequest) GetSessionId() string

func (*CloseSessionRequest) ProtoMessage

func (*CloseSessionRequest) ProtoMessage()

func (*CloseSessionRequest) ProtoReflect

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

func (*CloseSessionRequest) Reset

func (x *CloseSessionRequest) Reset()

func (*CloseSessionRequest) String

func (x *CloseSessionRequest) String() string

type CloseSessionResponse

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

func (*CloseSessionResponse) Descriptor deprecated

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

Deprecated: Use CloseSessionResponse.ProtoReflect.Descriptor instead.

func (*CloseSessionResponse) ProtoMessage

func (*CloseSessionResponse) ProtoMessage()

func (*CloseSessionResponse) ProtoReflect

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

func (*CloseSessionResponse) Reset

func (x *CloseSessionResponse) Reset()

func (*CloseSessionResponse) String

func (x *CloseSessionResponse) String() string

type ClusterNode

type ClusterNode struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Certificate    string `protobuf:"bytes,2,opt,name=certificate,proto3" json:"certificate,omitempty"`
	Capacity       uint64 `protobuf:"varint,3,opt,name=capacity,proto3" json:"capacity,omitempty"`
	Usage          uint64 `protobuf:"varint,4,opt,name=usage,proto3" json:"usage,omitempty"`
	ServiceAddress string `protobuf:"bytes,5,opt,name=service_address,json=serviceAddress,proto3" json:"service_address,omitempty"`
	GatewayAddress string `protobuf:"bytes,6,opt,name=gateway_address,json=gatewayAddress,proto3" json:"gateway_address,omitempty"`
	Syncing        bool   `protobuf:"varint,7,opt,name=syncing,proto3" json:"syncing,omitempty"`
	AccessKey      string `protobuf:"bytes,8,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"`
	Secret         string `protobuf:"bytes,9,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterNode) Descriptor deprecated

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

Deprecated: Use ClusterNode.ProtoReflect.Descriptor instead.

func (*ClusterNode) GetAccessKey

func (x *ClusterNode) GetAccessKey() string

func (*ClusterNode) GetCapacity

func (x *ClusterNode) GetCapacity() uint64

func (*ClusterNode) GetCertificate

func (x *ClusterNode) GetCertificate() string

func (*ClusterNode) GetGatewayAddress

func (x *ClusterNode) GetGatewayAddress() string

func (*ClusterNode) GetId

func (x *ClusterNode) GetId() string

func (*ClusterNode) GetSecret

func (x *ClusterNode) GetSecret() string

func (*ClusterNode) GetServiceAddress

func (x *ClusterNode) GetServiceAddress() string

func (*ClusterNode) GetSyncing

func (x *ClusterNode) GetSyncing() bool

func (*ClusterNode) GetUsage

func (x *ClusterNode) GetUsage() uint64

func (*ClusterNode) ProtoMessage

func (*ClusterNode) ProtoMessage()

func (*ClusterNode) ProtoReflect

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

func (*ClusterNode) Reset

func (x *ClusterNode) Reset()

func (*ClusterNode) String

func (x *ClusterNode) String() string

type Config

type Config struct {
	Address             string
	CertificateFilename string
	Key                 string
	Secret              string
}

type ConnectionInfo

type ConnectionInfo struct {
	Protocol    Protocol `protobuf:"varint,1,opt,name=protocol,proto3,enum=Protocol" json:"protocol,omitempty"`
	Address     string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Certificate []byte   `protobuf:"bytes,3,opt,name=Certificate,proto3" json:"Certificate,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionInfo) Descriptor deprecated

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

Deprecated: Use ConnectionInfo.ProtoReflect.Descriptor instead.

func (*ConnectionInfo) GetAddress

func (x *ConnectionInfo) GetAddress() string

func (*ConnectionInfo) GetCertificate

func (x *ConnectionInfo) GetCertificate() []byte

func (*ConnectionInfo) GetProtocol

func (x *ConnectionInfo) GetProtocol() Protocol

func (*ConnectionInfo) ProtoMessage

func (*ConnectionInfo) ProtoMessage()

func (*ConnectionInfo) ProtoReflect

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

func (*ConnectionInfo) Reset

func (x *ConnectionInfo) Reset()

func (*ConnectionInfo) String

func (x *ConnectionInfo) String() string

type ConnectionPool

type ConnectionPool interface {
	Dialer(name string) (Dialer, error)
	Connection(name string, opts ...grpc.DialOption) (*grpc.ClientConn, error)
}

func NewConnectionPool

func NewConnectionPool(registry Registry, opts ...PoolOption) ConnectionPool

type ContentPart

type ContentPart struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Number uint32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentPart) Descriptor deprecated

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

Deprecated: Use ContentPart.ProtoReflect.Descriptor instead.

func (*ContentPart) GetId

func (x *ContentPart) GetId() string

func (*ContentPart) GetNumber

func (x *ContentPart) GetNumber() uint32

func (*ContentPart) ProtoMessage

func (*ContentPart) ProtoMessage()

func (*ContentPart) ProtoReflect

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

func (*ContentPart) Reset

func (x *ContentPart) Reset()

func (*ContentPart) String

func (x *ContentPart) String() string

type CookieJWTBearer

type CookieJWTBearer struct{}

type CopyOptions

type CopyOptions struct {
	DuplicateAction OnDuplicateAction `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CopyOptions) Descriptor deprecated

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

Deprecated: Use CopyOptions.ProtoReflect.Descriptor instead.

func (*CopyOptions) GetDuplicateAction

func (x *CopyOptions) GetDuplicateAction() OnDuplicateAction

func (*CopyOptions) ProtoMessage

func (*CopyOptions) ProtoMessage()

func (*CopyOptions) ProtoReflect

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

func (*CopyOptions) Reset

func (x *CopyOptions) Reset()

func (*CopyOptions) String

func (x *CopyOptions) String() string

type CopyRequest

type CopyRequest struct {
	Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
	Dir   string   `protobuf:"bytes,2,opt,name=dir,proto3" json:"dir,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyRequest) Descriptor deprecated

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

Deprecated: Use CopyRequest.ProtoReflect.Descriptor instead.

func (*CopyRequest) GetDir

func (x *CopyRequest) GetDir() string

func (*CopyRequest) GetPaths

func (x *CopyRequest) GetPaths() []string

func (*CopyRequest) ProtoMessage

func (*CopyRequest) ProtoMessage()

func (*CopyRequest) ProtoReflect

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

func (*CopyRequest) Reset

func (x *CopyRequest) Reset()

func (*CopyRequest) String

func (x *CopyRequest) String() string

type CopyResponse

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

func (*CopyResponse) Descriptor deprecated

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

Deprecated: Use CopyResponse.ProtoReflect.Descriptor instead.

func (*CopyResponse) ProtoMessage

func (*CopyResponse) ProtoMessage()

func (*CopyResponse) ProtoReflect

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

func (*CopyResponse) Reset

func (x *CopyResponse) Reset()

func (*CopyResponse) String

func (x *CopyResponse) String() string

type CreateAccountRequest

type CreateAccountRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccountRequest) Descriptor deprecated

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

Deprecated: Use CreateAccountRequest.ProtoReflect.Descriptor instead.

func (*CreateAccountRequest) GetEmail

func (x *CreateAccountRequest) GetEmail() string

func (*CreateAccountRequest) GetPassword

func (x *CreateAccountRequest) GetPassword() string

func (*CreateAccountRequest) GetUsername

func (x *CreateAccountRequest) GetUsername() string

func (*CreateAccountRequest) ProtoMessage

func (*CreateAccountRequest) ProtoMessage()

func (*CreateAccountRequest) ProtoReflect

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

func (*CreateAccountRequest) Reset

func (x *CreateAccountRequest) Reset()

func (*CreateAccountRequest) String

func (x *CreateAccountRequest) String() string

type CreateAccountResponse

type CreateAccountResponse struct {
	UsernameExists bool `protobuf:"varint,1,opt,name=username_exists,json=usernameExists,proto3" json:"username_exists,omitempty"`
	EmailExists    bool `protobuf:"varint,2,opt,name=email_exists,json=emailExists,proto3" json:"email_exists,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccountResponse) Descriptor deprecated

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

Deprecated: Use CreateAccountResponse.ProtoReflect.Descriptor instead.

func (*CreateAccountResponse) GetEmailExists

func (x *CreateAccountResponse) GetEmailExists() bool

func (*CreateAccountResponse) GetUsernameExists

func (x *CreateAccountResponse) GetUsernameExists() bool

func (*CreateAccountResponse) ProtoMessage

func (*CreateAccountResponse) ProtoMessage()

func (*CreateAccountResponse) ProtoReflect

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

func (*CreateAccountResponse) Reset

func (x *CreateAccountResponse) Reset()

func (*CreateAccountResponse) String

func (x *CreateAccountResponse) String() string

type CreateCredentialsRequest

type CreateCredentialsRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCredentialsRequest) Descriptor deprecated

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

Deprecated: Use CreateCredentialsRequest.ProtoReflect.Descriptor instead.

func (*CreateCredentialsRequest) GetEmail

func (x *CreateCredentialsRequest) GetEmail() string

func (*CreateCredentialsRequest) GetPassword

func (x *CreateCredentialsRequest) GetPassword() string

func (*CreateCredentialsRequest) GetUsername

func (x *CreateCredentialsRequest) GetUsername() string

func (*CreateCredentialsRequest) ProtoMessage

func (*CreateCredentialsRequest) ProtoMessage()

func (*CreateCredentialsRequest) ProtoReflect

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

func (*CreateCredentialsRequest) Reset

func (x *CreateCredentialsRequest) Reset()

func (*CreateCredentialsRequest) String

func (x *CreateCredentialsRequest) String() string

type CreateCredentialsResponse

type CreateCredentialsResponse struct {
	UserTaken  bool   `protobuf:"varint,1,opt,name=user_taken,json=userTaken,proto3" json:"user_taken,omitempty"`
	EmailTaken bool   `protobuf:"varint,2,opt,name=email_taken,json=emailTaken,proto3" json:"email_taken,omitempty"`
	Code       string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCredentialsResponse) Descriptor deprecated

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

Deprecated: Use CreateCredentialsResponse.ProtoReflect.Descriptor instead.

func (*CreateCredentialsResponse) GetCode

func (x *CreateCredentialsResponse) GetCode() string

func (*CreateCredentialsResponse) GetEmailTaken

func (x *CreateCredentialsResponse) GetEmailTaken() bool

func (*CreateCredentialsResponse) GetUserTaken

func (x *CreateCredentialsResponse) GetUserTaken() bool

func (*CreateCredentialsResponse) ProtoMessage

func (*CreateCredentialsResponse) ProtoMessage()

func (*CreateCredentialsResponse) ProtoReflect

func (*CreateCredentialsResponse) Reset

func (x *CreateCredentialsResponse) Reset()

func (*CreateCredentialsResponse) String

func (x *CreateCredentialsResponse) String() string

type CreateGroupRequest

type CreateGroupRequest struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupRequest) Descriptor deprecated

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

Deprecated: Use CreateGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupRequest) GetGroup

func (x *CreateGroupRequest) GetGroup() *Group

func (*CreateGroupRequest) ProtoMessage

func (*CreateGroupRequest) ProtoMessage()

func (*CreateGroupRequest) ProtoReflect

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

func (*CreateGroupRequest) Reset

func (x *CreateGroupRequest) Reset()

func (*CreateGroupRequest) String

func (x *CreateGroupRequest) String() string

type CreateGroupResponse

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

func (*CreateGroupResponse) Descriptor deprecated

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

Deprecated: Use CreateGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateGroupResponse) ProtoMessage

func (*CreateGroupResponse) ProtoMessage()

func (*CreateGroupResponse) ProtoReflect

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

func (*CreateGroupResponse) Reset

func (x *CreateGroupResponse) Reset()

func (*CreateGroupResponse) String

func (x *CreateGroupResponse) String() string

type CreateOptions

type CreateOptions struct {
	Override bool `protobuf:"varint,1,opt,name=override,proto3" json:"override,omitempty"`
	Rename   bool `protobuf:"varint,2,opt,name=rename,proto3" json:"rename,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOptions) Descriptor deprecated

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

Deprecated: Use CreateOptions.ProtoReflect.Descriptor instead.

func (*CreateOptions) GetOverride

func (x *CreateOptions) GetOverride() bool

func (*CreateOptions) GetRename

func (x *CreateOptions) GetRename() bool

func (*CreateOptions) ProtoMessage

func (*CreateOptions) ProtoMessage()

func (*CreateOptions) ProtoReflect

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

func (*CreateOptions) Reset

func (x *CreateOptions) Reset()

func (*CreateOptions) String

func (x *CreateOptions) String() string

type CreateRequest

type CreateRequest struct {
	Path string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Type FileType `protobuf:"varint,2,opt,name=type,proto3,enum=FileType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequest) Descriptor deprecated

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

Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.

func (*CreateRequest) GetPath

func (x *CreateRequest) GetPath() string

func (*CreateRequest) GetType

func (x *CreateRequest) GetType() FileType

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

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

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateResponse

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

func (*CreateResponse) Descriptor deprecated

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

Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

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

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) String

func (x *CreateResponse) String() string

type CreateTokenRequest

type CreateTokenRequest struct {
	Sub         string            `protobuf:"bytes,1,opt,name=sub,proto3" json:"sub,omitempty"`
	Audience    string            `protobuf:"bytes,2,opt,name=audience,proto3" json:"audience,omitempty"`
	Scope       []string          `protobuf:"bytes,3,rep,name=scope,proto3" json:"scope,omitempty"`
	ScopeValues map[string]string `` /* 182-byte string literal not displayed */
	Data        map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateTokenRequest) Descriptor deprecated

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

Deprecated: Use CreateTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateTokenRequest) GetAudience

func (x *CreateTokenRequest) GetAudience() string

func (*CreateTokenRequest) GetData

func (x *CreateTokenRequest) GetData() map[string]string

func (*CreateTokenRequest) GetScope

func (x *CreateTokenRequest) GetScope() []string

func (*CreateTokenRequest) GetScopeValues

func (x *CreateTokenRequest) GetScopeValues() map[string]string

func (*CreateTokenRequest) GetSub

func (x *CreateTokenRequest) GetSub() string

func (*CreateTokenRequest) ProtoMessage

func (*CreateTokenRequest) ProtoMessage()

func (*CreateTokenRequest) ProtoReflect

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

func (*CreateTokenRequest) Reset

func (x *CreateTokenRequest) Reset()

func (*CreateTokenRequest) String

func (x *CreateTokenRequest) String() string

type CreateTokenResponse

type CreateTokenResponse struct {
	Jwt *JWT `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTokenResponse) Descriptor deprecated

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

Deprecated: Use CreateTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateTokenResponse) GetJwt

func (x *CreateTokenResponse) GetJwt() *JWT

func (*CreateTokenResponse) ProtoMessage

func (*CreateTokenResponse) ProtoMessage()

func (*CreateTokenResponse) ProtoReflect

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

func (*CreateTokenResponse) Reset

func (x *CreateTokenResponse) Reset()

func (*CreateTokenResponse) String

func (x *CreateTokenResponse) String() string

type Credentials

type Credentials struct {
	Username string
	Password string
}

func CredentialsFromContext

func CredentialsFromContext(ctx context.Context) *Credentials

type CredentialsVerifyFunc

type CredentialsVerifyFunc func(cred *Credentials) (bool, error)

type DataService

type DataService struct {
	GRPC string `json:"grpc"`
	HTTP string `json:"http"`
}

type DeRegisterApplicationRequest

type DeRegisterApplicationRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeRegisterApplicationRequest) Descriptor deprecated

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

Deprecated: Use DeRegisterApplicationRequest.ProtoReflect.Descriptor instead.

func (*DeRegisterApplicationRequest) GetApplicationId

func (x *DeRegisterApplicationRequest) GetApplicationId() string

func (*DeRegisterApplicationRequest) ProtoMessage

func (*DeRegisterApplicationRequest) ProtoMessage()

func (*DeRegisterApplicationRequest) ProtoReflect

func (*DeRegisterApplicationRequest) Reset

func (x *DeRegisterApplicationRequest) Reset()

func (*DeRegisterApplicationRequest) String

type DeRegisterApplicationResponse

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

func (*DeRegisterApplicationResponse) Descriptor deprecated

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

Deprecated: Use DeRegisterApplicationResponse.ProtoReflect.Descriptor instead.

func (*DeRegisterApplicationResponse) ProtoMessage

func (*DeRegisterApplicationResponse) ProtoMessage()

func (*DeRegisterApplicationResponse) ProtoReflect

func (*DeRegisterApplicationResponse) Reset

func (x *DeRegisterApplicationResponse) Reset()

func (*DeRegisterApplicationResponse) String

type DeleteApplicationAttributeDefinitionRequest

type DeleteApplicationAttributeDefinitionRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	AttributeId   string `protobuf:"bytes,2,opt,name=attribute_id,json=attributeId,proto3" json:"attribute_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteApplicationAttributeDefinitionRequest) Descriptor deprecated

Deprecated: Use DeleteApplicationAttributeDefinitionRequest.ProtoReflect.Descriptor instead.

func (*DeleteApplicationAttributeDefinitionRequest) GetApplicationId

func (*DeleteApplicationAttributeDefinitionRequest) GetAttributeId

func (*DeleteApplicationAttributeDefinitionRequest) ProtoMessage

func (*DeleteApplicationAttributeDefinitionRequest) ProtoReflect

func (*DeleteApplicationAttributeDefinitionRequest) Reset

func (*DeleteApplicationAttributeDefinitionRequest) String

type DeleteApplicationAttributeDefinitionResponse

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

func (*DeleteApplicationAttributeDefinitionResponse) Descriptor deprecated

Deprecated: Use DeleteApplicationAttributeDefinitionResponse.ProtoReflect.Descriptor instead.

func (*DeleteApplicationAttributeDefinitionResponse) ProtoMessage

func (*DeleteApplicationAttributeDefinitionResponse) ProtoReflect

func (*DeleteApplicationAttributeDefinitionResponse) Reset

func (*DeleteApplicationAttributeDefinitionResponse) String

type DeleteGroupRequest

type DeleteGroupRequest struct {
	GroupPath string `protobuf:"bytes,1,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteGroupRequest) Descriptor deprecated

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

Deprecated: Use DeleteGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteGroupRequest) GetGroupPath

func (x *DeleteGroupRequest) GetGroupPath() string

func (*DeleteGroupRequest) ProtoMessage

func (*DeleteGroupRequest) ProtoMessage()

func (*DeleteGroupRequest) ProtoReflect

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

func (*DeleteGroupRequest) Reset

func (x *DeleteGroupRequest) Reset()

func (*DeleteGroupRequest) String

func (x *DeleteGroupRequest) String() string

type DeleteGroupResponse

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

func (*DeleteGroupResponse) Descriptor deprecated

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

Deprecated: Use DeleteGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteGroupResponse) ProtoMessage

func (*DeleteGroupResponse) ProtoMessage()

func (*DeleteGroupResponse) ProtoReflect

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

func (*DeleteGroupResponse) Reset

func (x *DeleteGroupResponse) Reset()

func (*DeleteGroupResponse) String

func (x *DeleteGroupResponse) String() string

type DeleteJwtRequest

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

func (*DeleteJwtRequest) Descriptor deprecated

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

Deprecated: Use DeleteJwtRequest.ProtoReflect.Descriptor instead.

func (*DeleteJwtRequest) GetJti

func (x *DeleteJwtRequest) GetJti() string

func (*DeleteJwtRequest) ProtoMessage

func (*DeleteJwtRequest) ProtoMessage()

func (*DeleteJwtRequest) ProtoReflect

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

func (*DeleteJwtRequest) Reset

func (x *DeleteJwtRequest) Reset()

func (*DeleteJwtRequest) String

func (x *DeleteJwtRequest) String() string

type DeleteJwtResponse

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

func (*DeleteJwtResponse) Descriptor deprecated

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

Deprecated: Use DeleteJwtResponse.ProtoReflect.Descriptor instead.

func (*DeleteJwtResponse) ProtoMessage

func (*DeleteJwtResponse) ProtoMessage()

func (*DeleteJwtResponse) ProtoReflect

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

func (*DeleteJwtResponse) Reset

func (x *DeleteJwtResponse) Reset()

func (*DeleteJwtResponse) String

func (x *DeleteJwtResponse) String() string

type DeleteRequest

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

func (*DeleteRequest) Descriptor deprecated

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

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetPath

func (x *DeleteRequest) GetPath() string

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteResponse

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

func (*DeleteResponse) Descriptor deprecated

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

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

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

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type DeleteUserAttributeDefinitionRequest

type DeleteUserAttributeDefinitionRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	AttributeId   string `protobuf:"bytes,2,opt,name=attribute_id,json=attributeId,proto3" json:"attribute_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserAttributeDefinitionRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserAttributeDefinitionRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserAttributeDefinitionRequest) GetApplicationId

func (x *DeleteUserAttributeDefinitionRequest) GetApplicationId() string

func (*DeleteUserAttributeDefinitionRequest) GetAttributeId

func (x *DeleteUserAttributeDefinitionRequest) GetAttributeId() string

func (*DeleteUserAttributeDefinitionRequest) ProtoMessage

func (*DeleteUserAttributeDefinitionRequest) ProtoMessage()

func (*DeleteUserAttributeDefinitionRequest) ProtoReflect

func (*DeleteUserAttributeDefinitionRequest) Reset

func (*DeleteUserAttributeDefinitionRequest) String

type DeleteUserAttributeDefinitionResponse

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

func (*DeleteUserAttributeDefinitionResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserAttributeDefinitionResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserAttributeDefinitionResponse) ProtoMessage

func (*DeleteUserAttributeDefinitionResponse) ProtoMessage()

func (*DeleteUserAttributeDefinitionResponse) ProtoReflect

func (*DeleteUserAttributeDefinitionResponse) Reset

func (*DeleteUserAttributeDefinitionResponse) String

type DeleteUserRequest

type DeleteUserRequest struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetUser

func (x *DeleteUserRequest) GetUser() *User

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserResponse

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

func (*DeleteUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DeregisterRequest

type DeregisterRequest struct {
	RegistryId string   `protobuf:"bytes,1,opt,name=registry_id,json=registryId,proto3" json:"registry_id,omitempty"`
	Nodes      []string `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*DeregisterRequest) Descriptor deprecated

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

Deprecated: Use DeregisterRequest.ProtoReflect.Descriptor instead.

func (*DeregisterRequest) GetNodes

func (x *DeregisterRequest) GetNodes() []string

func (*DeregisterRequest) GetRegistryId

func (x *DeregisterRequest) GetRegistryId() string

func (*DeregisterRequest) ProtoMessage

func (*DeregisterRequest) ProtoMessage()

func (*DeregisterRequest) ProtoReflect

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

func (*DeregisterRequest) Reset

func (x *DeregisterRequest) Reset()

func (*DeregisterRequest) String

func (x *DeregisterRequest) String() string

type DeregisterResponse

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

func (*DeregisterResponse) Descriptor deprecated

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

Deprecated: Use DeregisterResponse.ProtoReflect.Descriptor instead.

func (*DeregisterResponse) ProtoMessage

func (*DeregisterResponse) ProtoMessage()

func (*DeregisterResponse) ProtoReflect

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

func (*DeregisterResponse) Reset

func (x *DeregisterResponse) Reset()

func (*DeregisterResponse) String

func (x *DeregisterResponse) String() string

type Dialer

type Dialer interface {
	Dial(opts ...grpc.DialOption) (*grpc.ClientConn, error)
}

type DownloadURLRequest

type DownloadURLRequest struct {
	NodePath string `protobuf:"bytes,1,opt,name=node_path,json=nodePath,proto3" json:"node_path,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadURLRequest) Descriptor deprecated

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

Deprecated: Use DownloadURLRequest.ProtoReflect.Descriptor instead.

func (*DownloadURLRequest) GetNodePath

func (x *DownloadURLRequest) GetNodePath() string

func (*DownloadURLRequest) ProtoMessage

func (*DownloadURLRequest) ProtoMessage()

func (*DownloadURLRequest) ProtoReflect

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

func (*DownloadURLRequest) Reset

func (x *DownloadURLRequest) Reset()

func (*DownloadURLRequest) String

func (x *DownloadURLRequest) String() string

type DownloadURLResponse

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

func (*DownloadURLResponse) Descriptor deprecated

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

Deprecated: Use DownloadURLResponse.ProtoReflect.Descriptor instead.

func (*DownloadURLResponse) GetUrl

func (x *DownloadURLResponse) GetUrl() string

func (*DownloadURLResponse) ProtoMessage

func (*DownloadURLResponse) ProtoMessage()

func (*DownloadURLResponse) ProtoReflect

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

func (*DownloadURLResponse) Reset

func (x *DownloadURLResponse) Reset()

func (*DownloadURLResponse) String

func (x *DownloadURLResponse) String() string

type EncryptOption

type EncryptOption struct {
	Key     []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Alg     string `protobuf:"bytes,2,opt,name=alg,proto3" json:"alg,omitempty"`
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptOption) Descriptor deprecated

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

Deprecated: Use EncryptOption.ProtoReflect.Descriptor instead.

func (*EncryptOption) GetAlg

func (x *EncryptOption) GetAlg() string

func (*EncryptOption) GetKey

func (x *EncryptOption) GetKey() []byte

func (*EncryptOption) GetVersion

func (x *EncryptOption) GetVersion() string

func (*EncryptOption) ProtoMessage

func (*EncryptOption) ProtoMessage()

func (*EncryptOption) ProtoReflect

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

func (*EncryptOption) Reset

func (x *EncryptOption) Reset()

func (*EncryptOption) String

func (x *EncryptOption) String() string

type Endpoints

type Endpoints struct {
	Authorize string `json:"authorize"`
	Token     string `json:"token"`
	Revoke    string `json:"revoke"`
	Verify    string `json:"verify"`
}

type EventHandler

type EventHandler interface {
	Handle(event *RegistryEvent)
}

type EventHandlerFunc

type EventHandlerFunc func(*RegistryEvent)

func (EventHandlerFunc) Handle

func (h EventHandlerFunc) Handle(event *RegistryEvent)

type Field

type Field struct {
	Name        string    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type        FieldType `protobuf:"varint,2,opt,name=type,proto3,enum=FieldType" json:"type,omitempty"`
	Label       string    `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Description string    `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Field) Descriptor deprecated

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

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetDescription

func (x *Field) GetDescription() string

func (*Field) GetLabel

func (x *Field) GetLabel() string

func (*Field) GetName

func (x *Field) GetName() string

func (*Field) GetType

func (x *Field) GetType() FieldType

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

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

func (*Field) Reset

func (x *Field) Reset()

func (*Field) String

func (x *Field) String() string

type FieldTranslation

type FieldTranslation struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Label       string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldTranslation) Descriptor deprecated

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

Deprecated: Use FieldTranslation.ProtoReflect.Descriptor instead.

func (*FieldTranslation) GetDescription

func (x *FieldTranslation) GetDescription() string

func (*FieldTranslation) GetLabel

func (x *FieldTranslation) GetLabel() string

func (*FieldTranslation) GetName

func (x *FieldTranslation) GetName() string

func (*FieldTranslation) ProtoMessage

func (*FieldTranslation) ProtoMessage()

func (*FieldTranslation) ProtoReflect

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

func (*FieldTranslation) Reset

func (x *FieldTranslation) Reset()

func (*FieldTranslation) String

func (x *FieldTranslation) String() string

type FieldType

type FieldType int32
const (
	FieldType_Other             FieldType = 0
	FieldType_String            FieldType = 1
	FieldType_StringList        FieldType = 2
	FieldType_StringMap         FieldType = 3
	FieldType_Text              FieldType = 4
	FieldType_Number            FieldType = 5
	FieldType_NumberMap         FieldType = 6
	FieldType_FloatingNumber    FieldType = 7
	FieldType_FloatingNumberMap FieldType = 8
	FieldType_Timestamp         FieldType = 9
	FieldType_JsonEncoded       FieldType = 10
)

func (FieldType) Descriptor

func (FieldType) Descriptor() protoreflect.EnumDescriptor

func (FieldType) Enum

func (x FieldType) Enum() *FieldType

func (FieldType) EnumDescriptor deprecated

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

Deprecated: Use FieldType.Descriptor instead.

func (FieldType) Number

func (x FieldType) Number() protoreflect.EnumNumber

func (FieldType) String

func (x FieldType) String() string

func (FieldType) Type

type FileAccess

type FileAccess struct {
	Uuid     string     `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Type     ShareType  `protobuf:"varint,2,opt,name=type,proto3,enum=ShareType" json:"type,omitempty"`
	User     string     `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	FilePath string     `protobuf:"bytes,4,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	Rights   FileAction `protobuf:"varint,5,opt,name=rights,proto3,enum=FileAction" json:"rights,omitempty"`
	// contains filtered or unexported fields
}

func (*FileAccess) Descriptor deprecated

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

Deprecated: Use FileAccess.ProtoReflect.Descriptor instead.

func (*FileAccess) GetFilePath

func (x *FileAccess) GetFilePath() string

func (*FileAccess) GetRights

func (x *FileAccess) GetRights() FileAction

func (*FileAccess) GetType

func (x *FileAccess) GetType() ShareType

func (*FileAccess) GetUser

func (x *FileAccess) GetUser() string

func (*FileAccess) GetUuid

func (x *FileAccess) GetUuid() string

func (*FileAccess) ProtoMessage

func (*FileAccess) ProtoMessage()

func (*FileAccess) ProtoReflect

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

func (*FileAccess) Reset

func (x *FileAccess) Reset()

func (*FileAccess) String

func (x *FileAccess) String() string

type FileAction

type FileAction int32
const (
	FileAction_NoAction   FileAction = 0
	FileAction_ReadFile   FileAction = 1
	FileAction_CreateFile FileAction = 2
	FileAction_DeleteFile FileAction = 4
	FileAction_MoveFile   FileAction = 8
)

func (FileAction) Descriptor

func (FileAction) Descriptor() protoreflect.EnumDescriptor

func (FileAction) Enum

func (x FileAction) Enum() *FileAction

func (FileAction) EnumDescriptor deprecated

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

Deprecated: Use FileAction.Descriptor instead.

func (FileAction) Number

func (x FileAction) Number() protoreflect.EnumNumber

func (FileAction) String

func (x FileAction) String() string

func (FileAction) Type

type FileEvent

type FileEvent struct {
	Seq    int64  `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	Action Action `protobuf:"varint,2,opt,name=action,proto3,enum=Action" json:"action,omitempty"`
	Path   string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Stats  *Stats `protobuf:"bytes,4,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

func (*FileEvent) Descriptor deprecated

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

Deprecated: Use FileEvent.ProtoReflect.Descriptor instead.

func (*FileEvent) GetAction

func (x *FileEvent) GetAction() Action

func (*FileEvent) GetPath

func (x *FileEvent) GetPath() string

func (*FileEvent) GetSeq

func (x *FileEvent) GetSeq() int64

func (*FileEvent) GetStats

func (x *FileEvent) GetStats() *Stats

func (*FileEvent) ProtoMessage

func (*FileEvent) ProtoMessage()

func (*FileEvent) ProtoReflect

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

func (*FileEvent) Reset

func (x *FileEvent) Reset()

func (*FileEvent) String

func (x *FileEvent) String() string

type FileEventHandler

type FileEventHandler interface {
	OnEvent(event *FileEvent)
}

type FileListOrder

type FileListOrder int32
const (
	FileListOrder_DefaultOrder    FileListOrder = 0
	FileListOrder_OrderByName     FileListOrder = 1
	FileListOrder_OrderByModified FileListOrder = 2
	FileListOrder_OrderBySize     FileListOrder = 4
)

func (FileListOrder) Descriptor

func (FileListOrder) Enum

func (x FileListOrder) Enum() *FileListOrder

func (FileListOrder) EnumDescriptor deprecated

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

Deprecated: Use FileListOrder.Descriptor instead.

func (FileListOrder) Number

func (FileListOrder) String

func (x FileListOrder) String() string

func (FileListOrder) Type

type FileSyncEvent

type FileSyncEvent struct {
	Seq   int64      `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	From  string     `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To    string     `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Event *FileEvent `protobuf:"bytes,4,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*FileSyncEvent) Descriptor deprecated

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

Deprecated: Use FileSyncEvent.ProtoReflect.Descriptor instead.

func (*FileSyncEvent) GetEvent

func (x *FileSyncEvent) GetEvent() *FileEvent

func (*FileSyncEvent) GetFrom

func (x *FileSyncEvent) GetFrom() string

func (*FileSyncEvent) GetSeq

func (x *FileSyncEvent) GetSeq() int64

func (*FileSyncEvent) GetTo

func (x *FileSyncEvent) GetTo() string

func (*FileSyncEvent) ProtoMessage

func (*FileSyncEvent) ProtoMessage()

func (*FileSyncEvent) ProtoReflect

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

func (*FileSyncEvent) Reset

func (x *FileSyncEvent) Reset()

func (*FileSyncEvent) String

func (x *FileSyncEvent) String() string

type FileType

type FileType int32
const (
	FileType_Unknown   FileType = 0
	FileType_File      FileType = 1
	FileType_Directory FileType = 2
)

func (FileType) Descriptor

func (FileType) Descriptor() protoreflect.EnumDescriptor

func (FileType) Enum

func (x FileType) Enum() *FileType

func (FileType) EnumDescriptor deprecated

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

Deprecated: Use FileType.Descriptor instead.

func (FileType) Number

func (x FileType) Number() protoreflect.EnumNumber

func (FileType) String

func (x FileType) String() string

func (FileType) Type

type FilesClient

FilesClient is the client API for Files service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewFilesClient

func NewFilesClient(cc grpc.ClientConnInterface) FilesClient

type FilesServer

FilesServer is the server API for Files service. All implementations must embed UnimplementedFilesServer for forward compatibility

type Files_GetListStreamClient

type Files_GetListStreamClient interface {
	Recv() (*Stats, error)
	grpc.ClientStream
}

type Files_GetListStreamServer

type Files_GetListStreamServer interface {
	Send(*Stats) error
	grpc.ServerStream
}

type Files_StatsSessionClient

type Files_StatsSessionClient interface {
	Send(*StatsRequest) error
	Recv() (*Stats, error)
	grpc.ClientStream
}

type Files_StatsSessionServer

type Files_StatsSessionServer interface {
	Send(*Stats) error
	Recv() (*StatsRequest, error)
	grpc.ServerStream
}

type FindAccountRequest

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

func (*FindAccountRequest) Descriptor deprecated

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

Deprecated: Use FindAccountRequest.ProtoReflect.Descriptor instead.

func (*FindAccountRequest) GetEmail

func (x *FindAccountRequest) GetEmail() string

func (*FindAccountRequest) GetUsername

func (x *FindAccountRequest) GetUsername() string

func (*FindAccountRequest) ProtoMessage

func (*FindAccountRequest) ProtoMessage()

func (*FindAccountRequest) ProtoReflect

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

func (*FindAccountRequest) Reset

func (x *FindAccountRequest) Reset()

func (*FindAccountRequest) String

func (x *FindAccountRequest) String() string

type FindAccountResponse

type FindAccountResponse struct {
	UsernameExists bool `protobuf:"varint,1,opt,name=username_exists,json=usernameExists,proto3" json:"username_exists,omitempty"`
	EmailExists    bool `protobuf:"varint,2,opt,name=email_exists,json=emailExists,proto3" json:"email_exists,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAccountResponse) Descriptor deprecated

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

Deprecated: Use FindAccountResponse.ProtoReflect.Descriptor instead.

func (*FindAccountResponse) GetEmailExists

func (x *FindAccountResponse) GetEmailExists() bool

func (*FindAccountResponse) GetUsernameExists

func (x *FindAccountResponse) GetUsernameExists() bool

func (*FindAccountResponse) ProtoMessage

func (*FindAccountResponse) ProtoMessage()

func (*FindAccountResponse) ProtoReflect

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

func (*FindAccountResponse) Reset

func (x *FindAccountResponse) Reset()

func (*FindAccountResponse) String

func (x *FindAccountResponse) String() string

type GetApplicationAttributeDefinitionRequest

type GetApplicationAttributeDefinitionRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	AttributeId   string `protobuf:"bytes,2,opt,name=attribute_id,json=attributeId,proto3" json:"attribute_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationAttributeDefinitionRequest) Descriptor deprecated

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

Deprecated: Use GetApplicationAttributeDefinitionRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationAttributeDefinitionRequest) GetApplicationId

func (x *GetApplicationAttributeDefinitionRequest) GetApplicationId() string

func (*GetApplicationAttributeDefinitionRequest) GetAttributeId

func (*GetApplicationAttributeDefinitionRequest) ProtoMessage

func (*GetApplicationAttributeDefinitionRequest) ProtoReflect

func (*GetApplicationAttributeDefinitionRequest) Reset

func (*GetApplicationAttributeDefinitionRequest) String

type GetApplicationAttributeDefinitionResponse

type GetApplicationAttributeDefinitionResponse struct {
	Definition *ApplicationAttributeDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationAttributeDefinitionResponse) Descriptor deprecated

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

Deprecated: Use GetApplicationAttributeDefinitionResponse.ProtoReflect.Descriptor instead.

func (*GetApplicationAttributeDefinitionResponse) GetDefinition

func (*GetApplicationAttributeDefinitionResponse) ProtoMessage

func (*GetApplicationAttributeDefinitionResponse) ProtoReflect

func (*GetApplicationAttributeDefinitionResponse) Reset

func (*GetApplicationAttributeDefinitionResponse) String

type GetApplicationRequest

type GetApplicationRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationRequest) Descriptor deprecated

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

Deprecated: Use GetApplicationRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationRequest) GetApplicationId

func (x *GetApplicationRequest) GetApplicationId() string

func (*GetApplicationRequest) ProtoMessage

func (*GetApplicationRequest) ProtoMessage()

func (*GetApplicationRequest) ProtoReflect

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

func (*GetApplicationRequest) Reset

func (x *GetApplicationRequest) Reset()

func (*GetApplicationRequest) String

func (x *GetApplicationRequest) String() string

type GetApplicationResponse

type GetApplicationResponse struct {
	Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationResponse) Descriptor deprecated

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

Deprecated: Use GetApplicationResponse.ProtoReflect.Descriptor instead.

func (*GetApplicationResponse) GetApplication

func (x *GetApplicationResponse) GetApplication() *Application

func (*GetApplicationResponse) ProtoMessage

func (*GetApplicationResponse) ProtoMessage()

func (*GetApplicationResponse) ProtoReflect

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

func (*GetApplicationResponse) Reset

func (x *GetApplicationResponse) Reset()

func (*GetApplicationResponse) String

func (x *GetApplicationResponse) String() string

type GetGroupRequest

type GetGroupRequest struct {
	GroupPath string `protobuf:"bytes,1,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupRequest) Descriptor deprecated

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

Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.

func (*GetGroupRequest) GetGroupPath

func (x *GetGroupRequest) GetGroupPath() string

func (*GetGroupRequest) ProtoMessage

func (*GetGroupRequest) ProtoMessage()

func (*GetGroupRequest) ProtoReflect

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

func (*GetGroupRequest) Reset

func (x *GetGroupRequest) Reset()

func (*GetGroupRequest) String

func (x *GetGroupRequest) String() string

type GetGroupResponse

type GetGroupResponse struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupResponse) Descriptor deprecated

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

Deprecated: Use GetGroupResponse.ProtoReflect.Descriptor instead.

func (*GetGroupResponse) GetGroup

func (x *GetGroupResponse) GetGroup() *Group

func (*GetGroupResponse) ProtoMessage

func (*GetGroupResponse) ProtoMessage()

func (*GetGroupResponse) ProtoReflect

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

func (*GetGroupResponse) Reset

func (x *GetGroupResponse) Reset()

func (*GetGroupResponse) String

func (x *GetGroupResponse) String() string

type GetJwtInfoRequest

type GetJwtInfoRequest struct {
	Jti       string `protobuf:"bytes,1,opt,name=jti,proto3" json:"jti,omitempty"`
	Signature string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJwtInfoRequest) Descriptor deprecated

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

Deprecated: Use GetJwtInfoRequest.ProtoReflect.Descriptor instead.

func (*GetJwtInfoRequest) GetJti

func (x *GetJwtInfoRequest) GetJti() string

func (*GetJwtInfoRequest) GetSignature

func (x *GetJwtInfoRequest) GetSignature() string

func (*GetJwtInfoRequest) ProtoMessage

func (*GetJwtInfoRequest) ProtoMessage()

func (*GetJwtInfoRequest) ProtoReflect

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

func (*GetJwtInfoRequest) Reset

func (x *GetJwtInfoRequest) Reset()

func (*GetJwtInfoRequest) String

func (x *GetJwtInfoRequest) String() string

type GetJwtInfoResponse

type GetJwtInfoResponse struct {
	State JWTState `protobuf:"varint,1,opt,name=state,proto3,enum=JWTState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJwtInfoResponse) Descriptor deprecated

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

Deprecated: Use GetJwtInfoResponse.ProtoReflect.Descriptor instead.

func (*GetJwtInfoResponse) GetState

func (x *GetJwtInfoResponse) GetState() JWTState

func (*GetJwtInfoResponse) ProtoMessage

func (*GetJwtInfoResponse) ProtoMessage()

func (*GetJwtInfoResponse) ProtoReflect

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

func (*GetJwtInfoResponse) Reset

func (x *GetJwtInfoResponse) Reset()

func (*GetJwtInfoResponse) String

func (x *GetJwtInfoResponse) String() string

type GetListStreamRequest

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

func (*GetListStreamRequest) Descriptor deprecated

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

Deprecated: Use GetListStreamRequest.ProtoReflect.Descriptor instead.

func (*GetListStreamRequest) GetDir

func (x *GetListStreamRequest) GetDir() string

func (*GetListStreamRequest) ProtoMessage

func (*GetListStreamRequest) ProtoMessage()

func (*GetListStreamRequest) ProtoReflect

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

func (*GetListStreamRequest) Reset

func (x *GetListStreamRequest) Reset()

func (*GetListStreamRequest) String

func (x *GetListStreamRequest) String() string

type GetMetaRequest

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

func (*GetMetaRequest) Descriptor deprecated

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

Deprecated: Use GetMetaRequest.ProtoReflect.Descriptor instead.

func (*GetMetaRequest) GetPath

func (x *GetMetaRequest) GetPath() string

func (*GetMetaRequest) ProtoMessage

func (*GetMetaRequest) ProtoMessage()

func (*GetMetaRequest) ProtoReflect

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

func (*GetMetaRequest) Reset

func (x *GetMetaRequest) Reset()

func (*GetMetaRequest) String

func (x *GetMetaRequest) String() string

type GetMetaResponse

type GetMetaResponse struct {
	Meta []*Meta `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetaResponse) Descriptor deprecated

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

Deprecated: Use GetMetaResponse.ProtoReflect.Descriptor instead.

func (*GetMetaResponse) GetMeta

func (x *GetMetaResponse) GetMeta() []*Meta

func (*GetMetaResponse) ProtoMessage

func (*GetMetaResponse) ProtoMessage()

func (*GetMetaResponse) ProtoReflect

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

func (*GetMetaResponse) Reset

func (x *GetMetaResponse) Reset()

func (*GetMetaResponse) String

func (x *GetMetaResponse) String() string

type GetRequest

type GetRequest struct {
	RegistryId string `protobuf:"bytes,1,opt,name=registry_id,json=registryId,proto3" json:"registry_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRequest) Descriptor deprecated

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

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetRegistryId

func (x *GetRequest) GetRegistryId() string

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetResponse

type GetResponse struct {
	Info *ServiceInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResponse) Descriptor deprecated

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

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetInfo

func (x *GetResponse) GetInfo() *ServiceInfo

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

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

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

type GetTokenRequest

type GetTokenRequest struct {
	GrantType    string `protobuf:"bytes,1,opt,name=grant_type,json=grantType,proto3" json:"grant_type,omitempty"`
	Code         string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	RedirectUri  string `protobuf:"bytes,3,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	CodeVerifier string `protobuf:"bytes,4,opt,name=code_verifier,json=codeVerifier,proto3" json:"code_verifier,omitempty"`
	Username     string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	Password     string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	RefreshToken string `protobuf:"bytes,7,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTokenRequest) Descriptor deprecated

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

Deprecated: Use GetTokenRequest.ProtoReflect.Descriptor instead.

func (*GetTokenRequest) GetCode

func (x *GetTokenRequest) GetCode() string

func (*GetTokenRequest) GetCodeVerifier

func (x *GetTokenRequest) GetCodeVerifier() string

func (*GetTokenRequest) GetGrantType

func (x *GetTokenRequest) GetGrantType() string

func (*GetTokenRequest) GetPassword

func (x *GetTokenRequest) GetPassword() string

func (*GetTokenRequest) GetRedirectUri

func (x *GetTokenRequest) GetRedirectUri() string

func (*GetTokenRequest) GetRefreshToken

func (x *GetTokenRequest) GetRefreshToken() string

func (*GetTokenRequest) GetUsername

func (x *GetTokenRequest) GetUsername() string

func (*GetTokenRequest) ProtoMessage

func (*GetTokenRequest) ProtoMessage()

func (*GetTokenRequest) ProtoReflect

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

func (*GetTokenRequest) Reset

func (x *GetTokenRequest) Reset()

func (*GetTokenRequest) String

func (x *GetTokenRequest) String() string

type GetTokenResponse

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

func (*GetTokenResponse) Descriptor deprecated

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

Deprecated: Use GetTokenResponse.ProtoReflect.Descriptor instead.

func (*GetTokenResponse) GetJwt

func (x *GetTokenResponse) GetJwt() string

func (*GetTokenResponse) ProtoMessage

func (*GetTokenResponse) ProtoMessage()

func (*GetTokenResponse) ProtoReflect

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

func (*GetTokenResponse) Reset

func (x *GetTokenResponse) Reset()

func (*GetTokenResponse) String

func (x *GetTokenResponse) String() string

type GetUserAttributeDefinitionRequest

type GetUserAttributeDefinitionRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	AttributeId   string `protobuf:"bytes,2,opt,name=attribute_id,json=attributeId,proto3" json:"attribute_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserAttributeDefinitionRequest) Descriptor deprecated

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

Deprecated: Use GetUserAttributeDefinitionRequest.ProtoReflect.Descriptor instead.

func (*GetUserAttributeDefinitionRequest) GetApplicationId

func (x *GetUserAttributeDefinitionRequest) GetApplicationId() string

func (*GetUserAttributeDefinitionRequest) GetAttributeId

func (x *GetUserAttributeDefinitionRequest) GetAttributeId() string

func (*GetUserAttributeDefinitionRequest) ProtoMessage

func (*GetUserAttributeDefinitionRequest) ProtoMessage()

func (*GetUserAttributeDefinitionRequest) ProtoReflect

func (*GetUserAttributeDefinitionRequest) Reset

func (*GetUserAttributeDefinitionRequest) String

type GetUserAttributeDefinitionResponse

type GetUserAttributeDefinitionResponse struct {
	Definition  *UserAttributeDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	Label       string                   `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Description string                   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserAttributeDefinitionResponse) Descriptor deprecated

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

Deprecated: Use GetUserAttributeDefinitionResponse.ProtoReflect.Descriptor instead.

func (*GetUserAttributeDefinitionResponse) GetDefinition

func (*GetUserAttributeDefinitionResponse) GetDescription

func (x *GetUserAttributeDefinitionResponse) GetDescription() string

func (*GetUserAttributeDefinitionResponse) GetLabel

func (*GetUserAttributeDefinitionResponse) ProtoMessage

func (*GetUserAttributeDefinitionResponse) ProtoMessage()

func (*GetUserAttributeDefinitionResponse) ProtoReflect

func (*GetUserAttributeDefinitionResponse) Reset

func (*GetUserAttributeDefinitionResponse) String

type GetUserStreamRequest

type GetUserStreamRequest struct {
	GroupPath string `protobuf:"bytes,1,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserStreamRequest) Descriptor deprecated

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

Deprecated: Use GetUserStreamRequest.ProtoReflect.Descriptor instead.

func (*GetUserStreamRequest) GetGroupPath

func (x *GetUserStreamRequest) GetGroupPath() string

func (*GetUserStreamRequest) ProtoMessage

func (*GetUserStreamRequest) ProtoMessage()

func (*GetUserStreamRequest) ProtoReflect

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

func (*GetUserStreamRequest) Reset

func (x *GetUserStreamRequest) Reset()

func (*GetUserStreamRequest) String

func (x *GetUserStreamRequest) String() string

type Group

type Group struct {
	Path        string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Label       string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt   int64  `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	CreatedBy   string `protobuf:"bytes,5,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) Descriptor deprecated

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

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetCreatedAt

func (x *Group) GetCreatedAt() int64

func (*Group) GetCreatedBy

func (x *Group) GetCreatedBy() string

func (*Group) GetDescription

func (x *Group) GetDescription() string

func (*Group) GetLabel

func (x *Group) GetLabel() string

func (*Group) GetPath

func (x *Group) GetPath() string

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

type GroupAbilities

type GroupAbilities int32
const (
	GroupAbilities_Unable                   GroupAbilities = 0
	GroupAbilities_CanManageResourcesAccess GroupAbilities = 1
	GroupAbilities_CanCreateGroup           GroupAbilities = 2
)

func (GroupAbilities) Descriptor

func (GroupAbilities) Enum

func (x GroupAbilities) Enum() *GroupAbilities

func (GroupAbilities) EnumDescriptor deprecated

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

Deprecated: Use GroupAbilities.Descriptor instead.

func (GroupAbilities) Number

func (GroupAbilities) String

func (x GroupAbilities) String() string

func (GroupAbilities) Type

type Info

type Info struct {
	Registration string       `json:"registration"`
	CSR          string       `json:"csr"`
	Data         DataService  `json:"data"`
	Oauth2       Oauth2Config `json:"oauth2"`
}

type JWT

type JWT struct {
	Header    *JWTHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Claims    *Claims    `protobuf:"bytes,2,opt,name=claims,proto3" json:"claims,omitempty"`
	Signature string     `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func ParseJWT

func ParseJWT(jwt string) (*JWT, error)

func TokenFromContext

func TokenFromContext(ctx context.Context) *JWT

func (*JWT) Descriptor deprecated

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

Deprecated: Use JWT.ProtoReflect.Descriptor instead.

func (*JWT) EcdsaBasedSignature

func (x *JWT) EcdsaBasedSignature(key *ecdsa.PrivateKey) (string, error)

func (*JWT) EcdsaBasedVerify

func (x *JWT) EcdsaBasedVerify(key *ecdsa.PublicKey) (bool, error)

func (*JWT) GetClaims

func (x *JWT) GetClaims() *Claims

func (*JWT) GetHeader

func (x *JWT) GetHeader() *JWTHeader

func (*JWT) GetSignature

func (x *JWT) GetSignature() string

func (*JWT) ProtoMessage

func (*JWT) ProtoMessage()

func (*JWT) ProtoReflect

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

func (*JWT) Reset

func (x *JWT) Reset()

func (*JWT) SecretBasedSignature

func (x *JWT) SecretBasedSignature(secret string) (string, error)

func (*JWT) String

func (x *JWT) String() string

func (*JWT) Verify

func (jwt *JWT) Verify(pemKey string) (JWTState, error)

Verify verifies token using pem encoded public key pemKey

type JWTHeader

type JWTHeader struct {
	Typ string `protobuf:"bytes,1,opt,name=typ,proto3" json:"typ,omitempty"`
	Alg string `protobuf:"bytes,2,opt,name=alg,proto3" json:"alg,omitempty"`
	Kid string `protobuf:"bytes,3,opt,name=kid,proto3" json:"kid,omitempty"`
	// contains filtered or unexported fields
}

func (*JWTHeader) Descriptor deprecated

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

Deprecated: Use JWTHeader.ProtoReflect.Descriptor instead.

func (*JWTHeader) GetAlg

func (x *JWTHeader) GetAlg() string

func (*JWTHeader) GetKid

func (x *JWTHeader) GetKid() string

func (*JWTHeader) GetTyp

func (x *JWTHeader) GetTyp() string

func (*JWTHeader) ProtoMessage

func (*JWTHeader) ProtoMessage()

func (*JWTHeader) ProtoReflect

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

func (*JWTHeader) Reset

func (x *JWTHeader) Reset()

func (*JWTHeader) String

func (x *JWTHeader) String() string

type JWTState

type JWTState int32

***********************

Auth

***********************

const (
	JWTState_Valid        JWTState = 0
	JWTState_NotValid     JWTState = 1
	JWTState_Expired      JWTState = 2
	JWTState_Revoked      JWTState = 3
	JWTState_NotSigned    JWTState = 4
	JWTState_NotEffective JWTState = 5
)

func (JWTState) Descriptor

func (JWTState) Descriptor() protoreflect.EnumDescriptor

func (JWTState) Enum

func (x JWTState) Enum() *JWTState

func (JWTState) EnumDescriptor deprecated

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

Deprecated: Use JWTState.Descriptor instead.

func (JWTState) Number

func (x JWTState) Number() protoreflect.EnumNumber

func (JWTState) String

func (x JWTState) String() string

func (JWTState) Type

type JWTStateMessage

type JWTStateMessage struct {
	State JWTState `protobuf:"varint,1,opt,name=state,proto3,enum=JWTState" json:"state,omitempty"`
	Jti   string   `protobuf:"bytes,2,opt,name=jti,proto3" json:"jti,omitempty"`
	Info  *JwtInfo `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*JWTStateMessage) Descriptor deprecated

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

Deprecated: Use JWTStateMessage.ProtoReflect.Descriptor instead.

func (*JWTStateMessage) GetInfo

func (x *JWTStateMessage) GetInfo() *JwtInfo

func (*JWTStateMessage) GetJti

func (x *JWTStateMessage) GetJti() string

func (*JWTStateMessage) GetState

func (x *JWTStateMessage) GetState() JWTState

func (*JWTStateMessage) ProtoMessage

func (*JWTStateMessage) ProtoMessage()

func (*JWTStateMessage) ProtoReflect

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

func (*JWTStateMessage) Reset

func (x *JWTStateMessage) Reset()

func (*JWTStateMessage) String

func (x *JWTStateMessage) String() string

type JwtInfo

type JwtInfo struct {
	Iss   string   `protobuf:"bytes,1,opt,name=iss,proto3" json:"iss,omitempty"`
	Aud   string   `protobuf:"bytes,2,opt,name=aud,proto3" json:"aud,omitempty"`
	Jti   string   `protobuf:"bytes,3,opt,name=jti,proto3" json:"jti,omitempty"`
	Nbf   int64    `protobuf:"varint,4,opt,name=nbf,proto3" json:"nbf,omitempty"`
	Exp   int64    `protobuf:"varint,5,opt,name=exp,proto3" json:"exp,omitempty"`
	State JWTState `protobuf:"varint,6,opt,name=state,proto3,enum=JWTState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*JwtInfo) Descriptor deprecated

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

Deprecated: Use JwtInfo.ProtoReflect.Descriptor instead.

func (*JwtInfo) GetAud

func (x *JwtInfo) GetAud() string

func (*JwtInfo) GetExp

func (x *JwtInfo) GetExp() int64

func (*JwtInfo) GetIss

func (x *JwtInfo) GetIss() string

func (*JwtInfo) GetJti

func (x *JwtInfo) GetJti() string

func (*JwtInfo) GetNbf

func (x *JwtInfo) GetNbf() int64

func (*JwtInfo) GetState

func (x *JwtInfo) GetState() JWTState

func (*JwtInfo) ProtoMessage

func (*JwtInfo) ProtoMessage()

func (*JwtInfo) ProtoReflect

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

func (*JwtInfo) Reset

func (x *JwtInfo) Reset()

func (*JwtInfo) String

func (x *JwtInfo) String() string

type ListApplicationAttributeDefinitionsRequest

type ListApplicationAttributeDefinitionsRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationAttributeDefinitionsRequest) Descriptor deprecated

Deprecated: Use ListApplicationAttributeDefinitionsRequest.ProtoReflect.Descriptor instead.

func (*ListApplicationAttributeDefinitionsRequest) GetApplicationId

func (x *ListApplicationAttributeDefinitionsRequest) GetApplicationId() string

func (*ListApplicationAttributeDefinitionsRequest) ProtoMessage

func (*ListApplicationAttributeDefinitionsRequest) ProtoReflect

func (*ListApplicationAttributeDefinitionsRequest) Reset

func (*ListApplicationAttributeDefinitionsRequest) String

type ListApplicationAttributeDefinitionsResponse

type ListApplicationAttributeDefinitionsResponse struct {
	Definitions []*UserAttributeDefinition `protobuf:"bytes,1,rep,name=definitions,proto3" json:"definitions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationAttributeDefinitionsResponse) Descriptor deprecated

Deprecated: Use ListApplicationAttributeDefinitionsResponse.ProtoReflect.Descriptor instead.

func (*ListApplicationAttributeDefinitionsResponse) GetDefinitions

func (*ListApplicationAttributeDefinitionsResponse) ProtoMessage

func (*ListApplicationAttributeDefinitionsResponse) ProtoReflect

func (*ListApplicationAttributeDefinitionsResponse) Reset

func (*ListApplicationAttributeDefinitionsResponse) String

type ListApplicationsRequest

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

func (*ListApplicationsRequest) Descriptor deprecated

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

Deprecated: Use ListApplicationsRequest.ProtoReflect.Descriptor instead.

func (*ListApplicationsRequest) ProtoMessage

func (*ListApplicationsRequest) ProtoMessage()

func (*ListApplicationsRequest) ProtoReflect

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

func (*ListApplicationsRequest) Reset

func (x *ListApplicationsRequest) Reset()

func (*ListApplicationsRequest) String

func (x *ListApplicationsRequest) String() string

type ListApplicationsResponse

type ListApplicationsResponse struct {
	Applications []*Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationsResponse) Descriptor deprecated

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

Deprecated: Use ListApplicationsResponse.ProtoReflect.Descriptor instead.

func (*ListApplicationsResponse) GetApplications

func (x *ListApplicationsResponse) GetApplications() []*Application

func (*ListApplicationsResponse) ProtoMessage

func (*ListApplicationsResponse) ProtoMessage()

func (*ListApplicationsResponse) ProtoReflect

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

func (*ListApplicationsResponse) Reset

func (x *ListApplicationsResponse) Reset()

func (*ListApplicationsResponse) String

func (x *ListApplicationsResponse) String() string

type ListOptions

type ListOptions struct {
	Offset int32  `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Count  uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOptions) Descriptor deprecated

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

Deprecated: Use ListOptions.ProtoReflect.Descriptor instead.

func (*ListOptions) GetCount

func (x *ListOptions) GetCount() uint32

func (*ListOptions) GetOffset

func (x *ListOptions) GetOffset() int32

func (*ListOptions) ProtoMessage

func (*ListOptions) ProtoMessage()

func (*ListOptions) ProtoReflect

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

func (*ListOptions) Reset

func (x *ListOptions) Reset()

func (*ListOptions) String

func (x *ListOptions) String() string

type ListRequest

type ListRequest struct {
	Dir    string `protobuf:"bytes,1,opt,name=dir,proto3" json:"dir,omitempty"`
	Offset int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Count  uint32 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequest) Descriptor deprecated

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

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) GetCount

func (x *ListRequest) GetCount() uint32

func (*ListRequest) GetDir

func (x *ListRequest) GetDir() string

func (*ListRequest) GetOffset

func (x *ListRequest) GetOffset() int32

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

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

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) String

func (x *ListRequest) String() string

type ListResponse

type ListResponse struct {
	List      []*Stats `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Page      uint32   `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	PageCount uint32   `protobuf:"varint,3,opt,name=page_count,json=pageCount,proto3" json:"page_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) Descriptor deprecated

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

Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.

func (*ListResponse) GetList

func (x *ListResponse) GetList() []*Stats

func (*ListResponse) GetPage

func (x *ListResponse) GetPage() uint32

func (*ListResponse) GetPageCount

func (x *ListResponse) GetPageCount() uint32

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect

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

func (*ListResponse) Reset

func (x *ListResponse) Reset()

func (*ListResponse) String

func (x *ListResponse) String() string

type ListResult

type ListResult struct {
	List       []*Stats `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	PageNumber uint32   `protobuf:"varint,2,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageCount  uint32   `protobuf:"varint,3,opt,name=page_count,json=pageCount,proto3" json:"page_count,omitempty"`
	Total      uint32   `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResult) Descriptor deprecated

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

Deprecated: Use ListResult.ProtoReflect.Descriptor instead.

func (*ListResult) GetList

func (x *ListResult) GetList() []*Stats

func (*ListResult) GetPageCount

func (x *ListResult) GetPageCount() uint32

func (*ListResult) GetPageNumber

func (x *ListResult) GetPageNumber() uint32

func (*ListResult) GetTotal

func (x *ListResult) GetTotal() uint32

func (*ListResult) ProtoMessage

func (*ListResult) ProtoMessage()

func (*ListResult) ProtoReflect

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

func (*ListResult) Reset

func (x *ListResult) Reset()

func (*ListResult) String

func (x *ListResult) String() string

type ListServicesRequest

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

func (*ListServicesRequest) Descriptor deprecated

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

Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.

func (*ListServicesRequest) GetNamespace

func (x *ListServicesRequest) GetNamespace() string

func (*ListServicesRequest) ProtoMessage

func (*ListServicesRequest) ProtoMessage()

func (*ListServicesRequest) ProtoReflect

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

func (*ListServicesRequest) Reset

func (x *ListServicesRequest) Reset()

func (*ListServicesRequest) String

func (x *ListServicesRequest) String() string

type ListServicesResponse

type ListServicesResponse struct {
	Services []*ServiceInfo `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServicesResponse) Descriptor deprecated

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

Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead.

func (*ListServicesResponse) GetServices

func (x *ListServicesResponse) GetServices() []*ServiceInfo

func (*ListServicesResponse) ProtoMessage

func (*ListServicesResponse) ProtoMessage()

func (*ListServicesResponse) ProtoReflect

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

func (*ListServicesResponse) Reset

func (x *ListServicesResponse) Reset()

func (*ListServicesResponse) String

func (x *ListServicesResponse) String() string

type ListSessionsRequest

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

func (*ListSessionsRequest) Descriptor deprecated

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

Deprecated: Use ListSessionsRequest.ProtoReflect.Descriptor instead.

func (*ListSessionsRequest) ProtoMessage

func (*ListSessionsRequest) ProtoMessage()

func (*ListSessionsRequest) ProtoReflect

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

func (*ListSessionsRequest) Reset

func (x *ListSessionsRequest) Reset()

func (*ListSessionsRequest) String

func (x *ListSessionsRequest) String() string

type ListSessionsResponse

type ListSessionsResponse struct {
	Sessions []*Session `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSessionsResponse) Descriptor deprecated

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

Deprecated: Use ListSessionsResponse.ProtoReflect.Descriptor instead.

func (*ListSessionsResponse) GetSessions

func (x *ListSessionsResponse) GetSessions() []*Session

func (*ListSessionsResponse) ProtoMessage

func (*ListSessionsResponse) ProtoMessage()

func (*ListSessionsResponse) ProtoReflect

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

func (*ListSessionsResponse) Reset

func (x *ListSessionsResponse) Reset()

func (*ListSessionsResponse) String

func (x *ListSessionsResponse) String() string

type ListSubGroupRequest

type ListSubGroupRequest struct {
	GroupPath string `protobuf:"bytes,1,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	Offset    uint32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubGroupRequest) Descriptor deprecated

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

Deprecated: Use ListSubGroupRequest.ProtoReflect.Descriptor instead.

func (*ListSubGroupRequest) GetGroupPath

func (x *ListSubGroupRequest) GetGroupPath() string

func (*ListSubGroupRequest) GetOffset

func (x *ListSubGroupRequest) GetOffset() uint32

func (*ListSubGroupRequest) ProtoMessage

func (*ListSubGroupRequest) ProtoMessage()

func (*ListSubGroupRequest) ProtoReflect

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

func (*ListSubGroupRequest) Reset

func (x *ListSubGroupRequest) Reset()

func (*ListSubGroupRequest) String

func (x *ListSubGroupRequest) String() string

type ListSubGroupResponse

type ListSubGroupResponse struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	Offset uint32   `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Total  uint32   `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubGroupResponse) Descriptor deprecated

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

Deprecated: Use ListSubGroupResponse.ProtoReflect.Descriptor instead.

func (*ListSubGroupResponse) GetGroups

func (x *ListSubGroupResponse) GetGroups() []*Group

func (*ListSubGroupResponse) GetOffset

func (x *ListSubGroupResponse) GetOffset() uint32

func (*ListSubGroupResponse) GetTotal

func (x *ListSubGroupResponse) GetTotal() uint32

func (*ListSubGroupResponse) ProtoMessage

func (*ListSubGroupResponse) ProtoMessage()

func (*ListSubGroupResponse) ProtoReflect

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

func (*ListSubGroupResponse) Reset

func (x *ListSubGroupResponse) Reset()

func (*ListSubGroupResponse) String

func (x *ListSubGroupResponse) String() string

type ListUserAttributeDefinitionsRequest

type ListUserAttributeDefinitionsRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserAttributeDefinitionsRequest) Descriptor deprecated

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

Deprecated: Use ListUserAttributeDefinitionsRequest.ProtoReflect.Descriptor instead.

func (*ListUserAttributeDefinitionsRequest) GetApplicationId

func (x *ListUserAttributeDefinitionsRequest) GetApplicationId() string

func (*ListUserAttributeDefinitionsRequest) ProtoMessage

func (*ListUserAttributeDefinitionsRequest) ProtoMessage()

func (*ListUserAttributeDefinitionsRequest) ProtoReflect

func (*ListUserAttributeDefinitionsRequest) Reset

func (*ListUserAttributeDefinitionsRequest) String

type ListUserAttributeDefinitionsResponse

type ListUserAttributeDefinitionsResponse struct {
	Definitions []*UserAttributeDefinition `protobuf:"bytes,1,rep,name=definitions,proto3" json:"definitions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserAttributeDefinitionsResponse) Descriptor deprecated

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

Deprecated: Use ListUserAttributeDefinitionsResponse.ProtoReflect.Descriptor instead.

func (*ListUserAttributeDefinitionsResponse) GetDefinitions

func (*ListUserAttributeDefinitionsResponse) ProtoMessage

func (*ListUserAttributeDefinitionsResponse) ProtoMessage()

func (*ListUserAttributeDefinitionsResponse) ProtoReflect

func (*ListUserAttributeDefinitionsResponse) Reset

func (*ListUserAttributeDefinitionsResponse) String

type ListUsersRequest

type ListUsersRequest struct {
	GroupPath string `protobuf:"bytes,1,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	Offset    uint32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersRequest) Descriptor deprecated

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

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetGroupPath

func (x *ListUsersRequest) GetGroupPath() string

func (*ListUsersRequest) GetOffset

func (x *ListUsersRequest) GetOffset() uint32

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

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

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Users  []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Offset uint32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Total  uint32  `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

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

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetOffset

func (x *ListUsersResponse) GetOffset() uint32

func (*ListUsersResponse) GetTotal

func (x *ListUsersResponse) GetTotal() uint32

func (*ListUsersResponse) GetUsers

func (x *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

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

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type LoginRequest

type LoginRequest struct {
	User     string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetPassword

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUser

func (x *LoginRequest) GetUser() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect

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

func (*LoginRequest) Reset

func (x *LoginRequest) Reset()

func (*LoginRequest) String

func (x *LoginRequest) String() string

type LoginResponse

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

func (*LoginResponse) Descriptor deprecated

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

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetRedirectURL

func (x *LoginResponse) GetRedirectURL() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect

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

func (*LoginResponse) Reset

func (x *LoginResponse) Reset()

func (*LoginResponse) String

func (x *LoginResponse) String() string

type LogoutRequest

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

func (*LogoutRequest) Descriptor deprecated

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

Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) ProtoReflect

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

func (*LogoutRequest) Reset

func (x *LogoutRequest) Reset()

func (*LogoutRequest) String

func (x *LogoutRequest) String() string

type LogoutResponse

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

func (*LogoutResponse) Descriptor deprecated

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

Deprecated: Use LogoutResponse.ProtoReflect.Descriptor instead.

func (*LogoutResponse) ProtoMessage

func (*LogoutResponse) ProtoMessage()

func (*LogoutResponse) ProtoReflect

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

func (*LogoutResponse) Reset

func (x *LogoutResponse) Reset()

func (*LogoutResponse) String

func (x *LogoutResponse) String() string

type Meta

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

func (*Meta) Descriptor deprecated

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

Deprecated: Use Meta.ProtoReflect.Descriptor instead.

func (*Meta) GetName

func (x *Meta) GetName() string

func (*Meta) GetValue

func (x *Meta) GetValue() string

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) ProtoReflect

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

func (*Meta) Reset

func (x *Meta) Reset()

func (*Meta) String

func (x *Meta) String() string

type MoveOptions

type MoveOptions struct {
	DuplicateAction OnDuplicateAction `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MoveOptions) Descriptor deprecated

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

Deprecated: Use MoveOptions.ProtoReflect.Descriptor instead.

func (*MoveOptions) GetDuplicateAction

func (x *MoveOptions) GetDuplicateAction() OnDuplicateAction

func (*MoveOptions) ProtoMessage

func (*MoveOptions) ProtoMessage()

func (*MoveOptions) ProtoReflect

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

func (*MoveOptions) Reset

func (x *MoveOptions) Reset()

func (*MoveOptions) String

func (x *MoveOptions) String() string

type MoveRequest

type MoveRequest struct {
	Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
	Dir   string   `protobuf:"bytes,2,opt,name=dir,proto3" json:"dir,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveRequest) Descriptor deprecated

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

Deprecated: Use MoveRequest.ProtoReflect.Descriptor instead.

func (*MoveRequest) GetDir

func (x *MoveRequest) GetDir() string

func (*MoveRequest) GetPaths

func (x *MoveRequest) GetPaths() []string

func (*MoveRequest) ProtoMessage

func (*MoveRequest) ProtoMessage()

func (*MoveRequest) ProtoReflect

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

func (*MoveRequest) Reset

func (x *MoveRequest) Reset()

func (*MoveRequest) String

func (x *MoveRequest) String() string

type MoveResponse

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

func (*MoveResponse) Descriptor deprecated

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

Deprecated: Use MoveResponse.ProtoReflect.Descriptor instead.

func (*MoveResponse) ProtoMessage

func (*MoveResponse) ProtoMessage()

func (*MoveResponse) ProtoReflect

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

func (*MoveResponse) Reset

func (x *MoveResponse) Reset()

func (*MoveResponse) String

func (x *MoveResponse) String() string

type MoveUserRequest

type MoveUserRequest struct {
	User      *User  `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	GroupPath string `protobuf:"bytes,2,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveUserRequest) Descriptor deprecated

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

Deprecated: Use MoveUserRequest.ProtoReflect.Descriptor instead.

func (*MoveUserRequest) GetGroupPath

func (x *MoveUserRequest) GetGroupPath() string

func (*MoveUserRequest) GetUser

func (x *MoveUserRequest) GetUser() *User

func (*MoveUserRequest) ProtoMessage

func (*MoveUserRequest) ProtoMessage()

func (*MoveUserRequest) ProtoReflect

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

func (*MoveUserRequest) Reset

func (x *MoveUserRequest) Reset()

func (*MoveUserRequest) String

func (x *MoveUserRequest) String() string

type MoveUserResponse

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

func (*MoveUserResponse) Descriptor deprecated

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

Deprecated: Use MoveUserResponse.ProtoReflect.Descriptor instead.

func (*MoveUserResponse) ProtoMessage

func (*MoveUserResponse) ProtoMessage()

func (*MoveUserResponse) ProtoReflect

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

func (*MoveUserResponse) Reset

func (x *MoveUserResponse) Reset()

func (*MoveUserResponse) String

func (x *MoveUserResponse) String() string

type MultipartCreateOptions

type MultipartCreateOptions struct {
	Override bool `protobuf:"varint,1,opt,name=override,proto3" json:"override,omitempty"`
	Rename   bool `protobuf:"varint,2,opt,name=rename,proto3" json:"rename,omitempty"`
	// contains filtered or unexported fields
}

func (*MultipartCreateOptions) Descriptor deprecated

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

Deprecated: Use MultipartCreateOptions.ProtoReflect.Descriptor instead.

func (*MultipartCreateOptions) GetOverride

func (x *MultipartCreateOptions) GetOverride() bool

func (*MultipartCreateOptions) GetRename

func (x *MultipartCreateOptions) GetRename() bool

func (*MultipartCreateOptions) ProtoMessage

func (*MultipartCreateOptions) ProtoMessage()

func (*MultipartCreateOptions) ProtoReflect

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

func (*MultipartCreateOptions) Reset

func (x *MultipartCreateOptions) Reset()

func (*MultipartCreateOptions) String

func (x *MultipartCreateOptions) String() string

type MultipartCreateRequest

type MultipartCreateRequest struct {
	NodePath string                  `protobuf:"bytes,1,opt,name=node_path,json=nodePath,proto3" json:"node_path,omitempty"`
	Options  *MultipartCreateOptions `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*MultipartCreateRequest) Descriptor deprecated

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

Deprecated: Use MultipartCreateRequest.ProtoReflect.Descriptor instead.

func (*MultipartCreateRequest) GetNodePath

func (x *MultipartCreateRequest) GetNodePath() string

func (*MultipartCreateRequest) GetOptions

func (*MultipartCreateRequest) ProtoMessage

func (*MultipartCreateRequest) ProtoMessage()

func (*MultipartCreateRequest) ProtoReflect

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

func (*MultipartCreateRequest) Reset

func (x *MultipartCreateRequest) Reset()

func (*MultipartCreateRequest) String

func (x *MultipartCreateRequest) String() string

type MultipartCreateResponse

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

func (*MultipartCreateResponse) Descriptor deprecated

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

Deprecated: Use MultipartCreateResponse.ProtoReflect.Descriptor instead.

func (*MultipartCreateResponse) GetId

func (x *MultipartCreateResponse) GetId() string

func (*MultipartCreateResponse) GetName

func (x *MultipartCreateResponse) GetName() string

func (*MultipartCreateResponse) ProtoMessage

func (*MultipartCreateResponse) ProtoMessage()

func (*MultipartCreateResponse) ProtoReflect

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

func (*MultipartCreateResponse) Reset

func (x *MultipartCreateResponse) Reset()

func (*MultipartCreateResponse) String

func (x *MultipartCreateResponse) String() string

type MultipartFinishRequest

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

func (*MultipartFinishRequest) Descriptor deprecated

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

Deprecated: Use MultipartFinishRequest.ProtoReflect.Descriptor instead.

func (*MultipartFinishRequest) GetId

func (x *MultipartFinishRequest) GetId() string

func (*MultipartFinishRequest) ProtoMessage

func (*MultipartFinishRequest) ProtoMessage()

func (*MultipartFinishRequest) ProtoReflect

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

func (*MultipartFinishRequest) Reset

func (x *MultipartFinishRequest) Reset()

func (*MultipartFinishRequest) String

func (x *MultipartFinishRequest) String() string

type MultipartFinishResponse

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

func (*MultipartFinishResponse) Descriptor deprecated

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

Deprecated: Use MultipartFinishResponse.ProtoReflect.Descriptor instead.

func (*MultipartFinishResponse) ProtoMessage

func (*MultipartFinishResponse) ProtoMessage()

func (*MultipartFinishResponse) ProtoReflect

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

func (*MultipartFinishResponse) Reset

func (x *MultipartFinishResponse) Reset()

func (*MultipartFinishResponse) String

func (x *MultipartFinishResponse) String() string

type MultipartPutOptions

type MultipartPutOptions struct {
	Size       uint64         `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Md5        string         `protobuf:"bytes,2,opt,name=md5,proto3" json:"md5,omitempty"`
	PartNumber uint32         `protobuf:"varint,3,opt,name=part_number,json=partNumber,proto3" json:"part_number,omitempty"`
	TotalParts uint32         `protobuf:"varint,4,opt,name=total_parts,json=totalParts,proto3" json:"total_parts,omitempty"`
	Encryption *EncryptOption `protobuf:"bytes,5,opt,name=encryption,proto3" json:"encryption,omitempty"`
	// contains filtered or unexported fields
}

func (*MultipartPutOptions) Descriptor deprecated

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

Deprecated: Use MultipartPutOptions.ProtoReflect.Descriptor instead.

func (*MultipartPutOptions) GetEncryption

func (x *MultipartPutOptions) GetEncryption() *EncryptOption

func (*MultipartPutOptions) GetMd5

func (x *MultipartPutOptions) GetMd5() string

func (*MultipartPutOptions) GetPartNumber

func (x *MultipartPutOptions) GetPartNumber() uint32

func (*MultipartPutOptions) GetSize

func (x *MultipartPutOptions) GetSize() uint64

func (*MultipartPutOptions) GetTotalParts

func (x *MultipartPutOptions) GetTotalParts() uint32

func (*MultipartPutOptions) ProtoMessage

func (*MultipartPutOptions) ProtoMessage()

func (*MultipartPutOptions) ProtoReflect

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

func (*MultipartPutOptions) Reset

func (x *MultipartPutOptions) Reset()

func (*MultipartPutOptions) String

func (x *MultipartPutOptions) String() string

type MultipartPutRequest

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

func (*MultipartPutRequest) Descriptor deprecated

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

Deprecated: Use MultipartPutRequest.ProtoReflect.Descriptor instead.

func (*MultipartPutRequest) GetId

func (x *MultipartPutRequest) GetId() string

func (*MultipartPutRequest) ProtoMessage

func (*MultipartPutRequest) ProtoMessage()

func (*MultipartPutRequest) ProtoReflect

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

func (*MultipartPutRequest) Reset

func (x *MultipartPutRequest) Reset()

func (*MultipartPutRequest) String

func (x *MultipartPutRequest) String() string

type MultipartPutResponse

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

func (*MultipartPutResponse) Descriptor deprecated

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

Deprecated: Use MultipartPutResponse.ProtoReflect.Descriptor instead.

func (*MultipartPutResponse) ProtoMessage

func (*MultipartPutResponse) ProtoMessage()

func (*MultipartPutResponse) ProtoReflect

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

func (*MultipartPutResponse) Reset

func (x *MultipartPutResponse) Reset()

func (*MultipartPutResponse) String

func (x *MultipartPutResponse) String() string

type Node

type Node struct {
	Id       string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Protocol Protocol          `protobuf:"varint,2,opt,name=protocol,proto3,enum=Protocol" json:"protocol,omitempty"`
	Address  string            `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	Security Security          `protobuf:"varint,4,opt,name=security,proto3,enum=Security" json:"security,omitempty"`
	Ttl      int64             `protobuf:"varint,5,opt,name=ttl,proto3" json:"ttl,omitempty"`
	Meta     map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

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

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetAddress

func (x *Node) GetAddress() string

func (*Node) GetId

func (x *Node) GetId() string

func (*Node) GetMeta

func (x *Node) GetMeta() map[string]string

func (*Node) GetProtocol

func (x *Node) GetProtocol() Protocol

func (*Node) GetSecurity

func (x *Node) GetSecurity() Security

func (*Node) GetTtl

func (x *Node) GetTtl() int64

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

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

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type Oauth2Config

type Oauth2Config struct {
	Endpoints    Endpoints `json:"endpoints"`
	SignatureKey string    `json:"signature_key"`
}

type OauthCodeExchangeData

type OauthCodeExchangeData struct {
	User     string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	ClientId string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Scope    string `protobuf:"bytes,3,opt,name=scope,proto3" json:"scope,omitempty"`
	State    string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*OauthCodeExchangeData) Descriptor deprecated

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

Deprecated: Use OauthCodeExchangeData.ProtoReflect.Descriptor instead.

func (*OauthCodeExchangeData) GetClientId

func (x *OauthCodeExchangeData) GetClientId() string

func (*OauthCodeExchangeData) GetScope

func (x *OauthCodeExchangeData) GetScope() string

func (*OauthCodeExchangeData) GetState

func (x *OauthCodeExchangeData) GetState() string

func (*OauthCodeExchangeData) GetUser

func (x *OauthCodeExchangeData) GetUser() string

func (*OauthCodeExchangeData) ProtoMessage

func (*OauthCodeExchangeData) ProtoMessage()

func (*OauthCodeExchangeData) ProtoReflect

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

func (*OauthCodeExchangeData) Reset

func (x *OauthCodeExchangeData) Reset()

func (*OauthCodeExchangeData) String

func (x *OauthCodeExchangeData) String() string

type OnDuplicateAction

type OnDuplicateAction int32
const (
	OnDuplicateAction_Failure    OnDuplicateAction = 0
	OnDuplicateAction_AutoRename OnDuplicateAction = 1
	OnDuplicateAction_Replace    OnDuplicateAction = 2
)

func (OnDuplicateAction) Descriptor

func (OnDuplicateAction) Enum

func (OnDuplicateAction) EnumDescriptor deprecated

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

Deprecated: Use OnDuplicateAction.Descriptor instead.

func (OnDuplicateAction) Number

func (OnDuplicateAction) String

func (x OnDuplicateAction) String() string

func (OnDuplicateAction) Type

type PoolOption

type PoolOption func(p *poolOptions)

func CACert

func CACert(filename string) PoolOption

func Cert

func Cert(filename string) PoolOption

func Key

func Key(filename string, password []byte) PoolOption

type Profile

type Profile struct {
	Verified  bool   `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
	Email     string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	AvatarUrl string `protobuf:"bytes,3,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"`
	Language  string `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
	CreatedAt int64  `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Profile) Descriptor deprecated

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

Deprecated: Use Profile.ProtoReflect.Descriptor instead.

func (*Profile) GetAvatarUrl

func (x *Profile) GetAvatarUrl() string

func (*Profile) GetCreatedAt

func (x *Profile) GetCreatedAt() int64

func (*Profile) GetEmail

func (x *Profile) GetEmail() string

func (*Profile) GetLanguage

func (x *Profile) GetLanguage() string

func (*Profile) GetVerified

func (x *Profile) GetVerified() bool

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 Protocol

type Protocol int32
const (
	Protocol_Unsupported Protocol = 0
	Protocol_Grpc        Protocol = 1
	Protocol_Http        Protocol = 2
)

func (Protocol) Descriptor

func (Protocol) Descriptor() protoreflect.EnumDescriptor

func (Protocol) Enum

func (x Protocol) Enum() *Protocol

func (Protocol) EnumDescriptor deprecated

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

Deprecated: Use Protocol.Descriptor instead.

func (Protocol) Number

func (x Protocol) Number() protoreflect.EnumNumber

func (Protocol) String

func (x Protocol) String() string

func (Protocol) Type

type ProxyCredentials

type ProxyCredentials struct {
	Key    string
	Secret string
}

func ProxyCredentialsFromContext

func ProxyCredentialsFromContext(ctx context.Context) *ProxyCredentials

type ProxyCredentialsVerifyFunc

type ProxyCredentialsVerifyFunc func(cred *ProxyCredentials) (bool, error)

type PutOptions

type PutOptions struct {
	Create     bool           `protobuf:"varint,1,opt,name=create,proto3" json:"create,omitempty"`
	Size       uint64         `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Md5        string         `protobuf:"bytes,3,opt,name=md5,proto3" json:"md5,omitempty"`
	Encryption *EncryptOption `protobuf:"bytes,4,opt,name=encryption,proto3" json:"encryption,omitempty"`
	// contains filtered or unexported fields
}

func (*PutOptions) Descriptor deprecated

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

Deprecated: Use PutOptions.ProtoReflect.Descriptor instead.

func (*PutOptions) GetCreate

func (x *PutOptions) GetCreate() bool

func (*PutOptions) GetEncryption

func (x *PutOptions) GetEncryption() *EncryptOption

func (*PutOptions) GetMd5

func (x *PutOptions) GetMd5() string

func (*PutOptions) GetSize

func (x *PutOptions) GetSize() uint64

func (*PutOptions) ProtoMessage

func (*PutOptions) ProtoMessage()

func (*PutOptions) ProtoReflect

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

func (*PutOptions) Reset

func (x *PutOptions) Reset()

func (*PutOptions) String

func (x *PutOptions) String() string

type ReadOptions

type ReadOptions struct {
	Range      bool           `protobuf:"varint,1,opt,name=range,proto3" json:"range,omitempty"`
	Offset     uint64         `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Length     int64          `protobuf:"varint,3,opt,name=length,proto3" json:"length,omitempty"`
	Encryption *EncryptOption `protobuf:"bytes,4,opt,name=encryption,proto3" json:"encryption,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadOptions) Descriptor deprecated

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

Deprecated: Use ReadOptions.ProtoReflect.Descriptor instead.

func (*ReadOptions) GetEncryption

func (x *ReadOptions) GetEncryption() *EncryptOption

func (*ReadOptions) GetLength

func (x *ReadOptions) GetLength() int64

func (*ReadOptions) GetOffset

func (x *ReadOptions) GetOffset() uint64

func (*ReadOptions) GetRange

func (x *ReadOptions) GetRange() bool

func (*ReadOptions) ProtoMessage

func (*ReadOptions) ProtoMessage()

func (*ReadOptions) ProtoReflect

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

func (*ReadOptions) Reset

func (x *ReadOptions) Reset()

func (*ReadOptions) String

func (x *ReadOptions) String() string

type RegisterApplicationRequest

type RegisterApplicationRequest struct {
	Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterApplicationRequest) Descriptor deprecated

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

Deprecated: Use RegisterApplicationRequest.ProtoReflect.Descriptor instead.

func (*RegisterApplicationRequest) GetApplication

func (x *RegisterApplicationRequest) GetApplication() *Application

func (*RegisterApplicationRequest) ProtoMessage

func (*RegisterApplicationRequest) ProtoMessage()

func (*RegisterApplicationRequest) ProtoReflect

func (*RegisterApplicationRequest) Reset

func (x *RegisterApplicationRequest) Reset()

func (*RegisterApplicationRequest) String

func (x *RegisterApplicationRequest) String() string

type RegisterApplicationResponse

type RegisterApplicationResponse struct {
	IdExists bool `protobuf:"varint,1,opt,name=id_exists,json=idExists,proto3" json:"id_exists,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterApplicationResponse) Descriptor deprecated

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

Deprecated: Use RegisterApplicationResponse.ProtoReflect.Descriptor instead.

func (*RegisterApplicationResponse) GetIdExists

func (x *RegisterApplicationResponse) GetIdExists() bool

func (*RegisterApplicationResponse) ProtoMessage

func (*RegisterApplicationResponse) ProtoMessage()

func (*RegisterApplicationResponse) ProtoReflect

func (*RegisterApplicationResponse) Reset

func (x *RegisterApplicationResponse) Reset()

func (*RegisterApplicationResponse) String

func (x *RegisterApplicationResponse) String() string

type RegisterRequest

type RegisterRequest struct {
	Service *ServiceInfo                    `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	Action  ActionOnRegisterExistingService `protobuf:"varint,2,opt,name=action,proto3,enum=ActionOnRegisterExistingService" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterRequest) Descriptor deprecated

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

Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.

func (*RegisterRequest) GetAction

func (*RegisterRequest) GetService

func (x *RegisterRequest) GetService() *ServiceInfo

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) ProtoReflect

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

func (*RegisterRequest) Reset

func (x *RegisterRequest) Reset()

func (*RegisterRequest) String

func (x *RegisterRequest) String() string

type RegisterResponse

type RegisterResponse struct {
	RegistryId string `protobuf:"bytes,1,opt,name=registry_id,json=registryId,proto3" json:"registry_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterResponse) Descriptor deprecated

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

Deprecated: Use RegisterResponse.ProtoReflect.Descriptor instead.

func (*RegisterResponse) GetRegistryId

func (x *RegisterResponse) GetRegistryId() string

func (*RegisterResponse) ProtoMessage

func (*RegisterResponse) ProtoMessage()

func (*RegisterResponse) ProtoReflect

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

func (*RegisterResponse) Reset

func (x *RegisterResponse) Reset()

func (*RegisterResponse) String

func (x *RegisterResponse) String() string

type Registry

type Registry interface {
	RegisterService(info *ServiceInfo) error
	DeregisterService(id string, nodes ...string) error
	GetService(id string) (*ServiceInfo, error)
	GetNode(id string, nodeId string) (*Node, error)
	Certificate(id string) ([]byte, error)
	ConnectionInfo(id string, protocol Protocol) (*ConnectionInfo, error)
	RegisterEventHandler(h EventHandler) string
	DeregisterEventHandler(string)
	GetOfType(t ServiceType) ([]*ServiceInfo, error)
	FirstOfType(t ServiceType) (*ServiceInfo, error)
	Stop() error
}

type RegistryClient

type RegistryClient interface {
	Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error)
	Deregister(ctx context.Context, in *DeregisterRequest, opts ...grpc.CallOption) (*DeregisterResponse, error)
	List(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error)
	Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error)
	Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
	Listen(ctx context.Context, opts ...grpc.CallOption) (Registry_ListenClient, error)
}

RegistryClient is the client API for Registry service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewRegistryClient

func NewRegistryClient(cc grpc.ClientConnInterface) RegistryClient

type RegistryEvent

type RegistryEvent struct {
	Type               RegistryEventType               `protobuf:"varint,1,opt,name=type,proto3,enum=RegistryEventType" json:"type,omitempty"`
	ServiceId          string                          `protobuf:"bytes,2,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	Info               *ServiceInfo                    `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	OnRegisterExisting ActionOnRegisterExistingService `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegistryEvent) Descriptor deprecated

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

Deprecated: Use RegistryEvent.ProtoReflect.Descriptor instead.

func (*RegistryEvent) GetInfo

func (x *RegistryEvent) GetInfo() *ServiceInfo

func (*RegistryEvent) GetOnRegisterExisting

func (x *RegistryEvent) GetOnRegisterExisting() ActionOnRegisterExistingService

func (*RegistryEvent) GetServiceId

func (x *RegistryEvent) GetServiceId() string

func (*RegistryEvent) GetType

func (x *RegistryEvent) GetType() RegistryEventType

func (*RegistryEvent) ProtoMessage

func (*RegistryEvent) ProtoMessage()

func (*RegistryEvent) ProtoReflect

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

func (*RegistryEvent) Reset

func (x *RegistryEvent) Reset()

func (*RegistryEvent) String

func (x *RegistryEvent) String() string

type RegistryEventType

type RegistryEventType int32
const (
	RegistryEventType_UnknownEvent   RegistryEventType = 0
	RegistryEventType_Register       RegistryEventType = 1
	RegistryEventType_DeRegister     RegistryEventType = 2
	RegistryEventType_DeRegisterNode RegistryEventType = 3
	RegistryEventType_Update         RegistryEventType = 4
)

func (RegistryEventType) Descriptor

func (RegistryEventType) Enum

func (RegistryEventType) EnumDescriptor deprecated

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

Deprecated: Use RegistryEventType.Descriptor instead.

func (RegistryEventType) Number

func (RegistryEventType) String

func (x RegistryEventType) String() string

func (RegistryEventType) Type

type RegistryServer

type RegistryServer interface {
	Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
	Deregister(context.Context, *DeregisterRequest) (*DeregisterResponse, error)
	List(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
	Get(context.Context, *GetRequest) (*GetResponse, error)
	Search(context.Context, *SearchRequest) (*SearchResponse, error)
	Listen(Registry_ListenServer) error
	// contains filtered or unexported methods
}

RegistryServer is the server API for Registry service. All implementations must embed UnimplementedRegistryServer for forward compatibility

type Registry_ListenClient

type Registry_ListenClient interface {
	Send(*RegistryEvent) error
	Recv() (*RegistryEvent, error)
	grpc.ClientStream
}

type Registry_ListenServer

type Registry_ListenServer interface {
	Send(*RegistryEvent) error
	Recv() (*RegistryEvent, error)
	grpc.ServerStream
}

type RenameRequest

type RenameRequest struct {
	Path    string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	NewName string `protobuf:"bytes,2,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*RenameRequest) Descriptor deprecated

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

Deprecated: Use RenameRequest.ProtoReflect.Descriptor instead.

func (*RenameRequest) GetNewName

func (x *RenameRequest) GetNewName() string

func (*RenameRequest) GetPath

func (x *RenameRequest) GetPath() string

func (*RenameRequest) ProtoMessage

func (*RenameRequest) ProtoMessage()

func (*RenameRequest) ProtoReflect

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

func (*RenameRequest) Reset

func (x *RenameRequest) Reset()

func (*RenameRequest) String

func (x *RenameRequest) String() string

type RenameResponse

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

func (*RenameResponse) Descriptor deprecated

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

Deprecated: Use RenameResponse.ProtoReflect.Descriptor instead.

func (*RenameResponse) ProtoMessage

func (*RenameResponse) ProtoMessage()

func (*RenameResponse) ProtoReflect

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

func (*RenameResponse) Reset

func (x *RenameResponse) Reset()

func (*RenameResponse) String

func (x *RenameResponse) String() string

type RequestEmailValidationRequest

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

func (*RequestEmailValidationRequest) Descriptor deprecated

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

Deprecated: Use RequestEmailValidationRequest.ProtoReflect.Descriptor instead.

func (*RequestEmailValidationRequest) GetEmail

func (x *RequestEmailValidationRequest) GetEmail() string

func (*RequestEmailValidationRequest) ProtoMessage

func (*RequestEmailValidationRequest) ProtoMessage()

func (*RequestEmailValidationRequest) ProtoReflect

func (*RequestEmailValidationRequest) Reset

func (x *RequestEmailValidationRequest) Reset()

func (*RequestEmailValidationRequest) String

type RequestEmailValidationResponse

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

func (*RequestEmailValidationResponse) Descriptor deprecated

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

Deprecated: Use RequestEmailValidationResponse.ProtoReflect.Descriptor instead.

func (*RequestEmailValidationResponse) ProtoMessage

func (*RequestEmailValidationResponse) ProtoMessage()

func (*RequestEmailValidationResponse) ProtoReflect

func (*RequestEmailValidationResponse) Reset

func (x *RequestEmailValidationResponse) Reset()

func (*RequestEmailValidationResponse) String

type RequestPasswordResetRequest

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

func (*RequestPasswordResetRequest) Descriptor deprecated

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

Deprecated: Use RequestPasswordResetRequest.ProtoReflect.Descriptor instead.

func (*RequestPasswordResetRequest) GetEmail

func (x *RequestPasswordResetRequest) GetEmail() string

func (*RequestPasswordResetRequest) ProtoMessage

func (*RequestPasswordResetRequest) ProtoMessage()

func (*RequestPasswordResetRequest) ProtoReflect

func (*RequestPasswordResetRequest) Reset

func (x *RequestPasswordResetRequest) Reset()

func (*RequestPasswordResetRequest) String

func (x *RequestPasswordResetRequest) String() string

type RequestPasswordResetResponse

type RequestPasswordResetResponse struct {
	RedirectUrl string `protobuf:"bytes,1,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestPasswordResetResponse) Descriptor deprecated

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

Deprecated: Use RequestPasswordResetResponse.ProtoReflect.Descriptor instead.

func (*RequestPasswordResetResponse) GetRedirectUrl

func (x *RequestPasswordResetResponse) GetRedirectUrl() string

func (*RequestPasswordResetResponse) ProtoMessage

func (*RequestPasswordResetResponse) ProtoMessage()

func (*RequestPasswordResetResponse) ProtoReflect

func (*RequestPasswordResetResponse) Reset

func (x *RequestPasswordResetResponse) Reset()

func (*RequestPasswordResetResponse) String

type ResetPasswordEmailData

type ResetPasswordEmailData struct {
	User   string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Expiry int64  `protobuf:"varint,2,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetPasswordEmailData) Descriptor deprecated

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

Deprecated: Use ResetPasswordEmailData.ProtoReflect.Descriptor instead.

func (*ResetPasswordEmailData) GetExpiry

func (x *ResetPasswordEmailData) GetExpiry() int64

func (*ResetPasswordEmailData) GetUser

func (x *ResetPasswordEmailData) GetUser() string

func (*ResetPasswordEmailData) ProtoMessage

func (*ResetPasswordEmailData) ProtoMessage()

func (*ResetPasswordEmailData) ProtoReflect

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

func (*ResetPasswordEmailData) Reset

func (x *ResetPasswordEmailData) Reset()

func (*ResetPasswordEmailData) String

func (x *ResetPasswordEmailData) String() string

type SaveApplicationAttributeDefinitionRequest

type SaveApplicationAttributeDefinitionRequest struct {
	Definition *ApplicationAttributeDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveApplicationAttributeDefinitionRequest) Descriptor deprecated

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

Deprecated: Use SaveApplicationAttributeDefinitionRequest.ProtoReflect.Descriptor instead.

func (*SaveApplicationAttributeDefinitionRequest) GetDefinition

func (*SaveApplicationAttributeDefinitionRequest) ProtoMessage

func (*SaveApplicationAttributeDefinitionRequest) ProtoReflect

func (*SaveApplicationAttributeDefinitionRequest) Reset

func (*SaveApplicationAttributeDefinitionRequest) String

type SaveApplicationAttributeDefinitionResponse

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

func (*SaveApplicationAttributeDefinitionResponse) Descriptor deprecated

Deprecated: Use SaveApplicationAttributeDefinitionResponse.ProtoReflect.Descriptor instead.

func (*SaveApplicationAttributeDefinitionResponse) ProtoMessage

func (*SaveApplicationAttributeDefinitionResponse) ProtoReflect

func (*SaveApplicationAttributeDefinitionResponse) Reset

func (*SaveApplicationAttributeDefinitionResponse) String

type SaveJwtRequest

type SaveJwtRequest struct {
	Info *JwtInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveJwtRequest) Descriptor deprecated

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

Deprecated: Use SaveJwtRequest.ProtoReflect.Descriptor instead.

func (*SaveJwtRequest) GetInfo

func (x *SaveJwtRequest) GetInfo() *JwtInfo

func (*SaveJwtRequest) ProtoMessage

func (*SaveJwtRequest) ProtoMessage()

func (*SaveJwtRequest) ProtoReflect

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

func (*SaveJwtRequest) Reset

func (x *SaveJwtRequest) Reset()

func (*SaveJwtRequest) String

func (x *SaveJwtRequest) String() string

type SaveJwtResponse

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

func (*SaveJwtResponse) Descriptor deprecated

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

Deprecated: Use SaveJwtResponse.ProtoReflect.Descriptor instead.

func (*SaveJwtResponse) ProtoMessage

func (*SaveJwtResponse) ProtoMessage()

func (*SaveJwtResponse) ProtoReflect

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

func (*SaveJwtResponse) Reset

func (x *SaveJwtResponse) Reset()

func (*SaveJwtResponse) String

func (x *SaveJwtResponse) String() string

type SaveUserAttributeDefinitionRequest

type SaveUserAttributeDefinitionRequest struct {
	Definition *UserAttributeDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveUserAttributeDefinitionRequest) Descriptor deprecated

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

Deprecated: Use SaveUserAttributeDefinitionRequest.ProtoReflect.Descriptor instead.

func (*SaveUserAttributeDefinitionRequest) GetDefinition

func (*SaveUserAttributeDefinitionRequest) ProtoMessage

func (*SaveUserAttributeDefinitionRequest) ProtoMessage()

func (*SaveUserAttributeDefinitionRequest) ProtoReflect

func (*SaveUserAttributeDefinitionRequest) Reset

func (*SaveUserAttributeDefinitionRequest) String

type SaveUserAttributeDefinitionResponse

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

func (*SaveUserAttributeDefinitionResponse) Descriptor deprecated

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

Deprecated: Use SaveUserAttributeDefinitionResponse.ProtoReflect.Descriptor instead.

func (*SaveUserAttributeDefinitionResponse) ProtoMessage

func (*SaveUserAttributeDefinitionResponse) ProtoMessage()

func (*SaveUserAttributeDefinitionResponse) ProtoReflect

func (*SaveUserAttributeDefinitionResponse) Reset

func (*SaveUserAttributeDefinitionResponse) String

type Scope

type Scope int32
const (
	Scope_Public            Scope = 0
	Scope_Personal          Scope = 1
	Scope_ContextRestricted Scope = 2
)

func (Scope) Descriptor

func (Scope) Descriptor() protoreflect.EnumDescriptor

func (Scope) Enum

func (x Scope) Enum() *Scope

func (Scope) EnumDescriptor deprecated

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

Deprecated: Use Scope.Descriptor instead.

func (Scope) Number

func (x Scope) Number() protoreflect.EnumNumber

func (Scope) String

func (x Scope) String() string

func (Scope) Type

func (Scope) Type() protoreflect.EnumType

type SearchRequest

type SearchRequest struct {
	Namespace string      `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Type      ServiceType `protobuf:"varint,2,opt,name=type,proto3,enum=ServiceType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchRequest) Descriptor deprecated

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

Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.

func (*SearchRequest) GetNamespace

func (x *SearchRequest) GetNamespace() string

func (*SearchRequest) GetType

func (x *SearchRequest) GetType() ServiceType

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) ProtoReflect

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

func (*SearchRequest) Reset

func (x *SearchRequest) Reset()

func (*SearchRequest) String

func (x *SearchRequest) String() string

type SearchResponse

type SearchResponse struct {
	Services []*ServiceInfo `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchResponse) Descriptor deprecated

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

Deprecated: Use SearchResponse.ProtoReflect.Descriptor instead.

func (*SearchResponse) GetServices

func (x *SearchResponse) GetServices() []*ServiceInfo

func (*SearchResponse) ProtoMessage

func (*SearchResponse) ProtoMessage()

func (*SearchResponse) ProtoReflect

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

func (*SearchResponse) Reset

func (x *SearchResponse) Reset()

func (*SearchResponse) String

func (x *SearchResponse) String() string

type Security

type Security int32
const (
	Security_Insecure  Security = 0
	Security_Tls       Security = 1
	Security_Acme      Security = 2
	Security_MutualTls Security = 3
)

func (Security) Descriptor

func (Security) Descriptor() protoreflect.EnumDescriptor

func (Security) Enum

func (x Security) Enum() *Security

func (Security) EnumDescriptor deprecated

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

Deprecated: Use Security.Descriptor instead.

func (Security) Number

func (x Security) Number() protoreflect.EnumNumber

func (Security) String

func (x Security) String() string

func (Security) Type

type SelectAccountRequest

type SelectAccountRequest struct {
	Switch bool `protobuf:"varint,1,opt,name=switch,proto3" json:"switch,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectAccountRequest) Descriptor deprecated

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

Deprecated: Use SelectAccountRequest.ProtoReflect.Descriptor instead.

func (*SelectAccountRequest) GetSwitch

func (x *SelectAccountRequest) GetSwitch() bool

func (*SelectAccountRequest) ProtoMessage

func (*SelectAccountRequest) ProtoMessage()

func (*SelectAccountRequest) ProtoReflect

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

func (*SelectAccountRequest) Reset

func (x *SelectAccountRequest) Reset()

func (*SelectAccountRequest) String

func (x *SelectAccountRequest) String() string

type SelectAccountResponse

type SelectAccountResponse struct {
	RedirectUrl string `protobuf:"bytes,1,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectAccountResponse) Descriptor deprecated

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

Deprecated: Use SelectAccountResponse.ProtoReflect.Descriptor instead.

func (*SelectAccountResponse) GetRedirectUrl

func (x *SelectAccountResponse) GetRedirectUrl() string

func (*SelectAccountResponse) ProtoMessage

func (*SelectAccountResponse) ProtoMessage()

func (*SelectAccountResponse) ProtoReflect

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

func (*SelectAccountResponse) Reset

func (x *SelectAccountResponse) Reset()

func (*SelectAccountResponse) String

func (x *SelectAccountResponse) String() string

type Selector

type Selector func(info *ServiceInfo) bool

type ServiceInfo

type ServiceInfo struct {
	Id    string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type  ServiceType       `protobuf:"varint,2,opt,name=type,proto3,enum=ServiceType" json:"type,omitempty"`
	Label string            `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Nodes []*Node           `protobuf:"bytes,4,rep,name=nodes,proto3" json:"nodes,omitempty"`
	Meta  map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServiceInfo) Descriptor deprecated

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

Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.

func (*ServiceInfo) GetId

func (x *ServiceInfo) GetId() string

func (*ServiceInfo) GetLabel

func (x *ServiceInfo) GetLabel() string

func (*ServiceInfo) GetMeta

func (x *ServiceInfo) GetMeta() map[string]string

func (*ServiceInfo) GetNodes

func (x *ServiceInfo) GetNodes() []*Node

func (*ServiceInfo) GetType

func (x *ServiceInfo) GetType() ServiceType

func (*ServiceInfo) ProtoMessage

func (*ServiceInfo) ProtoMessage()

func (*ServiceInfo) ProtoReflect

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

func (*ServiceInfo) Reset

func (x *ServiceInfo) Reset()

func (*ServiceInfo) String

func (x *ServiceInfo) String() string

type ServiceType

type ServiceType int32
const (
	ServiceType_UnknownType    ServiceType = 0
	ServiceType_CA             ServiceType = 1
	ServiceType_Authentication ServiceType = 2
	ServiceType_Organization   ServiceType = 3
	ServiceType_TokenStore     ServiceType = 4
	ServiceType_Data           ServiceType = 5
	ServiceType_FileStorage    ServiceType = 6
	ServiceType_AppStore       ServiceType = 7
	ServiceType_UserAccounts   ServiceType = 8
	ServiceType_FilesServer    ServiceType = 9
)

func (ServiceType) Descriptor

func (ServiceType) Enum

func (x ServiceType) Enum() *ServiceType

func (ServiceType) EnumDescriptor deprecated

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

Deprecated: Use ServiceType.Descriptor instead.

func (ServiceType) Number

func (x ServiceType) Number() protoreflect.EnumNumber

func (ServiceType) String

func (x ServiceType) String() string

func (ServiceType) Type

type Session

type Session struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserAgent string `protobuf:"bytes,2,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Jwt       string `protobuf:"bytes,3,opt,name=jwt,proto3" json:"jwt,omitempty"`
	OpenedAt  int64  `protobuf:"varint,4,opt,name=openedAt,proto3" json:"openedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Session) Descriptor deprecated

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

Deprecated: Use Session.ProtoReflect.Descriptor instead.

func (*Session) GetId

func (x *Session) GetId() string

func (*Session) GetJwt

func (x *Session) GetJwt() string

func (*Session) GetOpenedAt

func (x *Session) GetOpenedAt() int64

func (*Session) GetUserAgent

func (x *Session) GetUserAgent() string

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 SetMetaRequest

type SetMetaRequest struct {
	Path string  `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Meta []*Meta `protobuf:"bytes,2,rep,name=meta,proto3" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMetaRequest) Descriptor deprecated

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

Deprecated: Use SetMetaRequest.ProtoReflect.Descriptor instead.

func (*SetMetaRequest) GetMeta

func (x *SetMetaRequest) GetMeta() []*Meta

func (*SetMetaRequest) GetPath

func (x *SetMetaRequest) GetPath() string

func (*SetMetaRequest) ProtoMessage

func (*SetMetaRequest) ProtoMessage()

func (*SetMetaRequest) ProtoReflect

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

func (*SetMetaRequest) Reset

func (x *SetMetaRequest) Reset()

func (*SetMetaRequest) String

func (x *SetMetaRequest) String() string

type SetMetaResponse

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

func (*SetMetaResponse) Descriptor deprecated

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

Deprecated: Use SetMetaResponse.ProtoReflect.Descriptor instead.

func (*SetMetaResponse) ProtoMessage

func (*SetMetaResponse) ProtoMessage()

func (*SetMetaResponse) ProtoReflect

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

func (*SetMetaResponse) Reset

func (x *SetMetaResponse) Reset()

func (*SetMetaResponse) String

func (x *SetMetaResponse) String() string

type SetPasswordRequest

type SetPasswordRequest struct {
	User        string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Email       string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	OldPassword string `protobuf:"bytes,3,opt,name=old_password,json=oldPassword,proto3" json:"old_password,omitempty"`
	NewPassword string `protobuf:"bytes,4,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPasswordRequest) Descriptor deprecated

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

Deprecated: Use SetPasswordRequest.ProtoReflect.Descriptor instead.

func (*SetPasswordRequest) GetEmail

func (x *SetPasswordRequest) GetEmail() string

func (*SetPasswordRequest) GetNewPassword

func (x *SetPasswordRequest) GetNewPassword() string

func (*SetPasswordRequest) GetOldPassword

func (x *SetPasswordRequest) GetOldPassword() string

func (*SetPasswordRequest) GetUser

func (x *SetPasswordRequest) GetUser() string

func (*SetPasswordRequest) ProtoMessage

func (*SetPasswordRequest) ProtoMessage()

func (*SetPasswordRequest) ProtoReflect

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

func (*SetPasswordRequest) Reset

func (x *SetPasswordRequest) Reset()

func (*SetPasswordRequest) String

func (x *SetPasswordRequest) String() string

type SetPasswordResponse

type SetPasswordResponse struct {
	AlreadyUsed bool `protobuf:"varint,1,opt,name=already_used,json=alreadyUsed,proto3" json:"already_used,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPasswordResponse) Descriptor deprecated

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

Deprecated: Use SetPasswordResponse.ProtoReflect.Descriptor instead.

func (*SetPasswordResponse) GetAlreadyUsed

func (x *SetPasswordResponse) GetAlreadyUsed() bool

func (*SetPasswordResponse) ProtoMessage

func (*SetPasswordResponse) ProtoMessage()

func (*SetPasswordResponse) ProtoReflect

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

func (*SetPasswordResponse) Reset

func (x *SetPasswordResponse) Reset()

func (*SetPasswordResponse) String

func (x *SetPasswordResponse) String() string

type ShareOptions

type ShareOptions struct {
	MaxDownload int32  `protobuf:"varint,1,opt,name=max_download,json=maxDownload,proto3" json:"max_download,omitempty"`
	Expire      int64  `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"`
	Password    string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareOptions) Descriptor deprecated

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

Deprecated: Use ShareOptions.ProtoReflect.Descriptor instead.

func (*ShareOptions) GetExpire

func (x *ShareOptions) GetExpire() int64

func (*ShareOptions) GetMaxDownload

func (x *ShareOptions) GetMaxDownload() int32

func (*ShareOptions) GetPassword

func (x *ShareOptions) GetPassword() string

func (*ShareOptions) ProtoMessage

func (*ShareOptions) ProtoMessage()

func (*ShareOptions) ProtoReflect

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

func (*ShareOptions) Reset

func (x *ShareOptions) Reset()

func (*ShareOptions) String

func (x *ShareOptions) String() string

type ShareType

type ShareType int32
const (
	ShareType_Restricted ShareType = 0
	ShareType_PublicLink ShareType = 1
	ShareType_UserShare  ShareType = 2
)

func (ShareType) Descriptor

func (ShareType) Descriptor() protoreflect.EnumDescriptor

func (ShareType) Enum

func (x ShareType) Enum() *ShareType

func (ShareType) EnumDescriptor deprecated

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

Deprecated: Use ShareType.Descriptor instead.

func (ShareType) Number

func (x ShareType) Number() protoreflect.EnumNumber

func (ShareType) String

func (x ShareType) String() string

func (ShareType) Type

type SignCertificateRequest

type SignCertificateRequest struct {
	Csr *CSRData `protobuf:"bytes,1,opt,name=csr,proto3" json:"csr,omitempty"`
	// contains filtered or unexported fields
}

func (*SignCertificateRequest) Descriptor deprecated

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

Deprecated: Use SignCertificateRequest.ProtoReflect.Descriptor instead.

func (*SignCertificateRequest) GetCsr

func (x *SignCertificateRequest) GetCsr() *CSRData

func (*SignCertificateRequest) ProtoMessage

func (*SignCertificateRequest) ProtoMessage()

func (*SignCertificateRequest) ProtoReflect

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

func (*SignCertificateRequest) Reset

func (x *SignCertificateRequest) Reset()

func (*SignCertificateRequest) String

func (x *SignCertificateRequest) String() string

type SignCertificateResponse

type SignCertificateResponse struct {
	RawCertificate []byte `protobuf:"bytes,1,opt,name=raw_certificate,json=rawCertificate,proto3" json:"raw_certificate,omitempty"`
	// contains filtered or unexported fields
}

func (*SignCertificateResponse) Descriptor deprecated

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

Deprecated: Use SignCertificateResponse.ProtoReflect.Descriptor instead.

func (*SignCertificateResponse) GetRawCertificate

func (x *SignCertificateResponse) GetRawCertificate() []byte

func (*SignCertificateResponse) ProtoMessage

func (*SignCertificateResponse) ProtoMessage()

func (*SignCertificateResponse) ProtoReflect

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

func (*SignCertificateResponse) Reset

func (x *SignCertificateResponse) Reset()

func (*SignCertificateResponse) String

func (x *SignCertificateResponse) String() string

type Stats

type Stats struct {
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type       FileType `protobuf:"varint,2,opt,name=type,proto3,enum=FileType" json:"type,omitempty"`
	Name       string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Parent     string   `protobuf:"bytes,4,opt,name=parent,proto3" json:"parent,omitempty"`
	Size       int64    `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"`
	CreateTime int64    `protobuf:"varint,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	EditTime   int64    `protobuf:"varint,7,opt,name=edit_time,json=editTime,proto3" json:"edit_time,omitempty"`
	AccessTime int64    `protobuf:"varint,8,opt,name=access_time,json=accessTime,proto3" json:"access_time,omitempty"`
	Hash       string   `protobuf:"bytes,9,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*Stats) Descriptor deprecated

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

Deprecated: Use Stats.ProtoReflect.Descriptor instead.

func (*Stats) GetAccessTime

func (x *Stats) GetAccessTime() int64

func (*Stats) GetCreateTime

func (x *Stats) GetCreateTime() int64

func (*Stats) GetEditTime

func (x *Stats) GetEditTime() int64

func (*Stats) GetHash

func (x *Stats) GetHash() string

func (*Stats) GetId

func (x *Stats) GetId() string

func (*Stats) GetName

func (x *Stats) GetName() string

func (*Stats) GetParent

func (x *Stats) GetParent() string

func (*Stats) GetSize

func (x *Stats) GetSize() int64

func (*Stats) GetType

func (x *Stats) GetType() FileType

func (*Stats) ProtoMessage

func (*Stats) ProtoMessage()

func (*Stats) ProtoReflect

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

func (*Stats) Reset

func (x *Stats) Reset()

func (*Stats) String

func (x *Stats) String() string

type StatsRequest

type StatsRequest struct {
	Path     string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	WithHash bool   `protobuf:"varint,2,opt,name=with_hash,json=withHash,proto3" json:"with_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*StatsRequest) Descriptor deprecated

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

Deprecated: Use StatsRequest.ProtoReflect.Descriptor instead.

func (*StatsRequest) GetPath

func (x *StatsRequest) GetPath() string

func (*StatsRequest) GetWithHash

func (x *StatsRequest) GetWithHash() bool

func (*StatsRequest) ProtoMessage

func (*StatsRequest) ProtoMessage()

func (*StatsRequest) ProtoReflect

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

func (*StatsRequest) Reset

func (x *StatsRequest) Reset()

func (*StatsRequest) String

func (x *StatsRequest) String() string

type StatsResponse

type StatsResponse struct {
	Stats *Stats `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

func (*StatsResponse) Descriptor deprecated

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

Deprecated: Use StatsResponse.ProtoReflect.Descriptor instead.

func (*StatsResponse) GetStats

func (x *StatsResponse) GetStats() *Stats

func (*StatsResponse) ProtoMessage

func (*StatsResponse) ProtoMessage()

func (*StatsResponse) ProtoReflect

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

func (*StatsResponse) Reset

func (x *StatsResponse) Reset()

func (*StatsResponse) String

func (x *StatsResponse) String() string

type StreamSubGroupsRequest

type StreamSubGroupsRequest struct {
	GroupPath string `protobuf:"bytes,1,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamSubGroupsRequest) Descriptor deprecated

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

Deprecated: Use StreamSubGroupsRequest.ProtoReflect.Descriptor instead.

func (*StreamSubGroupsRequest) GetGroupPath

func (x *StreamSubGroupsRequest) GetGroupPath() string

func (*StreamSubGroupsRequest) ProtoMessage

func (*StreamSubGroupsRequest) ProtoMessage()

func (*StreamSubGroupsRequest) ProtoReflect

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

func (*StreamSubGroupsRequest) Reset

func (x *StreamSubGroupsRequest) Reset()

func (*StreamSubGroupsRequest) String

func (x *StreamSubGroupsRequest) String() string

type StringTokenVerifier

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

func NewStringTokenVerifier

func NewStringTokenVerifier(tv TokenVerifier) *StringTokenVerifier

func (*StringTokenVerifier) Verify

func (stv *StringTokenVerifier) Verify(ctx context.Context, jwt string) (context.Context, error)

type TokenIntrospection

type TokenIntrospection struct {
	Active   bool   `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	Iss      string `protobuf:"bytes,2,opt,name=iss,proto3" json:"iss,omitempty"`
	Aud      string `protobuf:"bytes,3,opt,name=aud,proto3" json:"aud,omitempty"`
	Iat      int64  `protobuf:"varint,4,opt,name=iat,proto3" json:"iat,omitempty"`
	Exp      int64  `protobuf:"varint,5,opt,name=exp,proto3" json:"exp,omitempty"`
	ClientId string `protobuf:"bytes,6,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	Scope    string `protobuf:"bytes,7,opt,name=scope,proto3" json:"scope,omitempty"`
	Sub      string `protobuf:"bytes,8,opt,name=sub,proto3" json:"sub,omitempty"`
	Jti      string `protobuf:"bytes,9,opt,name=jti,proto3" json:"jti,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenIntrospection) Descriptor deprecated

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

Deprecated: Use TokenIntrospection.ProtoReflect.Descriptor instead.

func (*TokenIntrospection) GetActive

func (x *TokenIntrospection) GetActive() bool

func (*TokenIntrospection) GetAud

func (x *TokenIntrospection) GetAud() string

func (*TokenIntrospection) GetClientId

func (x *TokenIntrospection) GetClientId() string

func (*TokenIntrospection) GetExp

func (x *TokenIntrospection) GetExp() int64

func (*TokenIntrospection) GetIat

func (x *TokenIntrospection) GetIat() int64

func (*TokenIntrospection) GetIss

func (x *TokenIntrospection) GetIss() string

func (*TokenIntrospection) GetJti

func (x *TokenIntrospection) GetJti() string

func (*TokenIntrospection) GetScope

func (x *TokenIntrospection) GetScope() string

func (*TokenIntrospection) GetSub

func (x *TokenIntrospection) GetSub() string

func (*TokenIntrospection) ProtoMessage

func (*TokenIntrospection) ProtoMessage()

func (*TokenIntrospection) ProtoReflect

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

func (*TokenIntrospection) Reset

func (x *TokenIntrospection) Reset()

func (*TokenIntrospection) String

func (x *TokenIntrospection) String() string

type TokenStoreServiceClient

type TokenStoreServiceClient interface {
	Synchronize(ctx context.Context, opts ...grpc.CallOption) (TokenStoreService_SynchronizeClient, error)
	SaveJwt(ctx context.Context, in *SaveJwtRequest, opts ...grpc.CallOption) (*SaveJwtResponse, error)
	DeleteJwt(ctx context.Context, in *DeleteJwtRequest, opts ...grpc.CallOption) (*DeleteJwtResponse, error)
	GetJwtInfo(ctx context.Context, in *GetJwtInfoRequest, opts ...grpc.CallOption) (*GetJwtInfoResponse, error)
}

TokenStoreServiceClient is the client API for TokenStoreService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TokenStoreServiceServer

type TokenStoreServiceServer interface {
	Synchronize(TokenStoreService_SynchronizeServer) error
	SaveJwt(context.Context, *SaveJwtRequest) (*SaveJwtResponse, error)
	DeleteJwt(context.Context, *DeleteJwtRequest) (*DeleteJwtResponse, error)
	GetJwtInfo(context.Context, *GetJwtInfoRequest) (*GetJwtInfoResponse, error)
	// contains filtered or unexported methods
}

TokenStoreServiceServer is the server API for TokenStoreService service. All implementations must embed UnimplementedTokenStoreServiceServer for forward compatibility

type TokenStoreService_SynchronizeClient

type TokenStoreService_SynchronizeClient interface {
	Send(*JWTStateMessage) error
	Recv() (*JWTStateMessage, error)
	grpc.ClientStream
}

type TokenStoreService_SynchronizeServer

type TokenStoreService_SynchronizeServer interface {
	Send(*JWTStateMessage) error
	Recv() (*JWTStateMessage, error)
	grpc.ServerStream
}

type TokenVerifier

type TokenVerifier interface {
	Verify(ctx context.Context, t *JWT) (JWTState, error)
}

type UnimplementedApplicationsServer

type UnimplementedApplicationsServer struct {
}

UnimplementedApplicationsServer must be embedded to have forward compatible implementations.

func (UnimplementedApplicationsServer) CheckIfExists

func (UnimplementedApplicationsServer) GetApplication

func (UnimplementedApplicationsServer) SaveApplicationAttributeDefinitions

func (UnimplementedApplicationsServer) SaveUserAttributeDefinitions

type UnimplementedAuthenticationServiceServer

type UnimplementedAuthenticationServiceServer struct {
}

UnimplementedAuthenticationServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthenticationServiceServer) Authenticate

func (UnimplementedAuthenticationServiceServer) CreateCredentials

func (UnimplementedAuthenticationServiceServer) SetPassword

func (UnimplementedAuthenticationServiceServer) UpdateEmail

type UnimplementedCSRServer

type UnimplementedCSRServer struct {
}

UnimplementedCSRServer must be embedded to have forward compatible implementations.

func (UnimplementedCSRServer) SignCertificate

type UnimplementedFilesServer

type UnimplementedFilesServer struct {
}

UnimplementedFilesServer must be embedded to have forward compatible implementations.

func (UnimplementedFilesServer) Copy

func (UnimplementedFilesServer) Create

func (UnimplementedFilesServer) Delete

func (UnimplementedFilesServer) DownloadURL

func (UnimplementedFilesServer) GetListStream

func (UnimplementedFilesServer) GetMeta

func (UnimplementedFilesServer) GetStats

func (UnimplementedFilesServer) List

func (UnimplementedFilesServer) Move

func (UnimplementedFilesServer) SetMeta

func (UnimplementedFilesServer) StatsSession

func (UnimplementedFilesServer) UploadURL

type UnimplementedRegistryServer

type UnimplementedRegistryServer struct {
}

UnimplementedRegistryServer must be embedded to have forward compatible implementations.

func (UnimplementedRegistryServer) Deregister

func (UnimplementedRegistryServer) Get

func (UnimplementedRegistryServer) List

func (UnimplementedRegistryServer) Listen

func (UnimplementedRegistryServer) Register

func (UnimplementedRegistryServer) Search

type UnimplementedTokenStoreServiceServer

type UnimplementedTokenStoreServiceServer struct {
}

UnimplementedTokenStoreServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTokenStoreServiceServer) DeleteJwt

func (UnimplementedTokenStoreServiceServer) GetJwtInfo

func (UnimplementedTokenStoreServiceServer) SaveJwt

func (UnimplementedTokenStoreServiceServer) Synchronize

type UnimplementedUsersServiceServer

type UnimplementedUsersServiceServer struct {
}

UnimplementedUsersServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedUsersServiceServer) AddUser

func (UnimplementedUsersServiceServer) CreateGroup

func (UnimplementedUsersServiceServer) DeleteGroup

func (UnimplementedUsersServiceServer) DeleteUser

func (UnimplementedUsersServiceServer) DeleteUserSession

func (UnimplementedUsersServiceServer) GetGroup

func (UnimplementedUsersServiceServer) GetUserStream

func (UnimplementedUsersServiceServer) ListSubGroup

func (UnimplementedUsersServiceServer) ListUsers

func (UnimplementedUsersServiceServer) MoveUser

type UnsafeApplicationsServer

type UnsafeApplicationsServer interface {
	// contains filtered or unexported methods
}

UnsafeApplicationsServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ApplicationsServer will result in compilation errors.

type UnsafeAuthenticationServiceServer

type UnsafeAuthenticationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthenticationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthenticationServiceServer will result in compilation errors.

type UnsafeCSRServer

type UnsafeCSRServer interface {
	// contains filtered or unexported methods
}

UnsafeCSRServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CSRServer will result in compilation errors.

type UnsafeFilesServer

type UnsafeFilesServer interface {
	// contains filtered or unexported methods
}

UnsafeFilesServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FilesServer will result in compilation errors.

type UnsafeRegistryServer

type UnsafeRegistryServer interface {
	// contains filtered or unexported methods
}

UnsafeRegistryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RegistryServer will result in compilation errors.

type UnsafeTokenStoreServiceServer

type UnsafeTokenStoreServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTokenStoreServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TokenStoreServiceServer will result in compilation errors.

type UnsafeUsersServiceServer

type UnsafeUsersServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeUsersServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UsersServiceServer will result in compilation errors.

type UpdateEmailRequest

type UpdateEmailRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	OldEmail string `protobuf:"bytes,2,opt,name=old_email,json=oldEmail,proto3" json:"old_email,omitempty"`
	NewEmail string `protobuf:"bytes,3,opt,name=new_email,json=newEmail,proto3" json:"new_email,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEmailRequest) Descriptor deprecated

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

Deprecated: Use UpdateEmailRequest.ProtoReflect.Descriptor instead.

func (*UpdateEmailRequest) GetNewEmail

func (x *UpdateEmailRequest) GetNewEmail() string

func (*UpdateEmailRequest) GetOldEmail

func (x *UpdateEmailRequest) GetOldEmail() string

func (*UpdateEmailRequest) GetUsername

func (x *UpdateEmailRequest) GetUsername() string

func (*UpdateEmailRequest) ProtoMessage

func (*UpdateEmailRequest) ProtoMessage()

func (*UpdateEmailRequest) ProtoReflect

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

func (*UpdateEmailRequest) Reset

func (x *UpdateEmailRequest) Reset()

func (*UpdateEmailRequest) String

func (x *UpdateEmailRequest) String() string

type UpdateEmailResponse

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

func (*UpdateEmailResponse) Descriptor deprecated

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

Deprecated: Use UpdateEmailResponse.ProtoReflect.Descriptor instead.

func (*UpdateEmailResponse) ProtoMessage

func (*UpdateEmailResponse) ProtoMessage()

func (*UpdateEmailResponse) ProtoReflect

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

func (*UpdateEmailResponse) Reset

func (x *UpdateEmailResponse) Reset()

func (*UpdateEmailResponse) String

func (x *UpdateEmailResponse) String() string

type UpdatePasswordRequest

type UpdatePasswordRequest struct {
	NewPassword     string `protobuf:"bytes,1,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	PasswordConfirm string `protobuf:"bytes,2,opt,name=password_confirm,json=passwordConfirm,proto3" json:"password_confirm,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePasswordRequest) Descriptor deprecated

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

Deprecated: Use UpdatePasswordRequest.ProtoReflect.Descriptor instead.

func (*UpdatePasswordRequest) GetNewPassword

func (x *UpdatePasswordRequest) GetNewPassword() string

func (*UpdatePasswordRequest) GetPasswordConfirm

func (x *UpdatePasswordRequest) GetPasswordConfirm() string

func (*UpdatePasswordRequest) ProtoMessage

func (*UpdatePasswordRequest) ProtoMessage()

func (*UpdatePasswordRequest) ProtoReflect

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

func (*UpdatePasswordRequest) Reset

func (x *UpdatePasswordRequest) Reset()

func (*UpdatePasswordRequest) String

func (x *UpdatePasswordRequest) String() string

type UpdatePasswordResponse

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

func (*UpdatePasswordResponse) Descriptor deprecated

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

Deprecated: Use UpdatePasswordResponse.ProtoReflect.Descriptor instead.

func (*UpdatePasswordResponse) ProtoMessage

func (*UpdatePasswordResponse) ProtoMessage()

func (*UpdatePasswordResponse) ProtoReflect

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

func (*UpdatePasswordResponse) Reset

func (x *UpdatePasswordResponse) Reset()

func (*UpdatePasswordResponse) String

func (x *UpdatePasswordResponse) String() string

type UploadURLRequest

type UploadURLRequest struct {
	NodePath    string `protobuf:"bytes,1,opt,name=node_path,json=nodePath,proto3" json:"node_path,omitempty"`
	ContentSize int64  `protobuf:"varint,2,opt,name=content_size,json=contentSize,proto3" json:"content_size,omitempty"`
	Append      bool   `protobuf:"varint,3,opt,name=append,proto3" json:"append,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadURLRequest) Descriptor deprecated

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

Deprecated: Use UploadURLRequest.ProtoReflect.Descriptor instead.

func (*UploadURLRequest) GetAppend

func (x *UploadURLRequest) GetAppend() bool

func (*UploadURLRequest) GetContentSize

func (x *UploadURLRequest) GetContentSize() int64

func (*UploadURLRequest) GetNodePath

func (x *UploadURLRequest) GetNodePath() string

func (*UploadURLRequest) ProtoMessage

func (*UploadURLRequest) ProtoMessage()

func (*UploadURLRequest) ProtoReflect

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

func (*UploadURLRequest) Reset

func (x *UploadURLRequest) Reset()

func (*UploadURLRequest) String

func (x *UploadURLRequest) String() string

type UploadURLResponse

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

func (*UploadURLResponse) Descriptor deprecated

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

Deprecated: Use UploadURLResponse.ProtoReflect.Descriptor instead.

func (*UploadURLResponse) GetUrl

func (x *UploadURLResponse) GetUrl() string

func (*UploadURLResponse) ProtoMessage

func (*UploadURLResponse) ProtoMessage()

func (*UploadURLResponse) ProtoReflect

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

func (*UploadURLResponse) Reset

func (x *UploadURLResponse) Reset()

func (*UploadURLResponse) String

func (x *UploadURLResponse) String() string

type User

type User struct {
	GroupPath    string         `protobuf:"bytes,1,opt,name=group_path,json=groupPath,proto3" json:"group_path,omitempty"`
	Name         string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Role         uint32         `protobuf:"varint,3,opt,name=role,proto3" json:"role,omitempty"`
	Capabilities GroupAbilities `protobuf:"varint,4,opt,name=capabilities,proto3,enum=GroupAbilities" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCapabilities

func (x *User) GetCapabilities() GroupAbilities

func (*User) GetGroupPath

func (x *User) GetGroupPath() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetRole

func (x *User) GetRole() uint32

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 UserAttributeDefinition

type UserAttributeDefinition struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Mime                 string   `protobuf:"bytes,2,opt,name=mime,proto3" json:"mime,omitempty"`
	Context              string   `protobuf:"bytes,3,opt,name=context,proto3" json:"context,omitempty"`
	Scope                Scope    `protobuf:"varint,4,opt,name=scope,proto3,enum=Scope" json:"scope,omitempty"`
	Categories           []string `protobuf:"bytes,5,rep,name=categories,proto3" json:"categories,omitempty"`
	EditableOutOfContext bool     `` /* 126-byte string literal not displayed */
	Label                string   `protobuf:"bytes,7,opt,name=label,proto3" json:"label,omitempty"`
	Description          string   `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	Fields               []*Field `protobuf:"bytes,9,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAttributeDefinition) Descriptor deprecated

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

Deprecated: Use UserAttributeDefinition.ProtoReflect.Descriptor instead.

func (*UserAttributeDefinition) GetCategories

func (x *UserAttributeDefinition) GetCategories() []string

func (*UserAttributeDefinition) GetContext

func (x *UserAttributeDefinition) GetContext() string

func (*UserAttributeDefinition) GetDescription

func (x *UserAttributeDefinition) GetDescription() string

func (*UserAttributeDefinition) GetEditableOutOfContext

func (x *UserAttributeDefinition) GetEditableOutOfContext() bool

func (*UserAttributeDefinition) GetFields

func (x *UserAttributeDefinition) GetFields() []*Field

func (*UserAttributeDefinition) GetLabel

func (x *UserAttributeDefinition) GetLabel() string

func (*UserAttributeDefinition) GetMime

func (x *UserAttributeDefinition) GetMime() string

func (*UserAttributeDefinition) GetName

func (x *UserAttributeDefinition) GetName() string

func (*UserAttributeDefinition) GetScope

func (x *UserAttributeDefinition) GetScope() Scope

func (*UserAttributeDefinition) ProtoMessage

func (*UserAttributeDefinition) ProtoMessage()

func (*UserAttributeDefinition) ProtoReflect

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

func (*UserAttributeDefinition) Reset

func (x *UserAttributeDefinition) Reset()

func (*UserAttributeDefinition) String

func (x *UserAttributeDefinition) String() string

type UserEmailValidationData

type UserEmailValidationData struct {
	User   string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Email  string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Expiry int64  `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*UserEmailValidationData) Descriptor deprecated

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

Deprecated: Use UserEmailValidationData.ProtoReflect.Descriptor instead.

func (*UserEmailValidationData) GetEmail

func (x *UserEmailValidationData) GetEmail() string

func (*UserEmailValidationData) GetExpiry

func (x *UserEmailValidationData) GetExpiry() int64

func (*UserEmailValidationData) GetUser

func (x *UserEmailValidationData) GetUser() string

func (*UserEmailValidationData) ProtoMessage

func (*UserEmailValidationData) ProtoMessage()

func (*UserEmailValidationData) ProtoReflect

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

func (*UserEmailValidationData) Reset

func (x *UserEmailValidationData) Reset()

func (*UserEmailValidationData) String

func (x *UserEmailValidationData) String() string

type UsersServiceClient

UsersServiceClient is the client API for UsersService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type UsersServiceServer

UsersServiceServer is the server API for UsersService service. All implementations must embed UnimplementedUsersServiceServer for forward compatibility

type UsersService_DeleteUserSessionClient

type UsersService_DeleteUserSessionClient interface {
	Send(*User) error
	Recv() (*User, error)
	grpc.ClientStream
}

type UsersService_DeleteUserSessionServer

type UsersService_DeleteUserSessionServer interface {
	Send(*User) error
	Recv() (*User, error)
	grpc.ServerStream
}

type UsersService_GetUserStreamClient

type UsersService_GetUserStreamClient interface {
	Recv() (*User, error)
	grpc.ClientStream
}

type UsersService_GetUserStreamServer

type UsersService_GetUserStreamServer interface {
	Send(*User) error
	grpc.ServerStream
}

type UsersService_StreamSubGroupsClient

type UsersService_StreamSubGroupsClient interface {
	Recv() (*Group, error)
	grpc.ClientStream
}

type UsersService_StreamSubGroupsServer

type UsersService_StreamSubGroupsServer interface {
	Send(*Group) error
	grpc.ServerStream
}

type ValidateEmailRequest

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

func (*ValidateEmailRequest) Descriptor deprecated

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

Deprecated: Use ValidateEmailRequest.ProtoReflect.Descriptor instead.

func (*ValidateEmailRequest) GetCode

func (x *ValidateEmailRequest) GetCode() string

func (*ValidateEmailRequest) ProtoMessage

func (*ValidateEmailRequest) ProtoMessage()

func (*ValidateEmailRequest) ProtoReflect

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

func (*ValidateEmailRequest) Reset

func (x *ValidateEmailRequest) Reset()

func (*ValidateEmailRequest) String

func (x *ValidateEmailRequest) String() string

type ValidateEmailResponse

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

func (*ValidateEmailResponse) Descriptor deprecated

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

Deprecated: Use ValidateEmailResponse.ProtoReflect.Descriptor instead.

func (*ValidateEmailResponse) ProtoMessage

func (*ValidateEmailResponse) ProtoMessage()

func (*ValidateEmailResponse) ProtoReflect

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

func (*ValidateEmailResponse) Reset

func (x *ValidateEmailResponse) Reset()

func (*ValidateEmailResponse) String

func (x *ValidateEmailResponse) String() string

type VerificationInfo

type VerificationInfo struct {
	StateService  string `protobuf:"bytes,1,opt,name=state_service,json=stateService,proto3" json:"state_service,omitempty"`
	StateEndpoint string `protobuf:"bytes,2,opt,name=state_endpoint,json=stateEndpoint,proto3" json:"state_endpoint,omitempty"`
	KeyUrl        string `protobuf:"bytes,3,opt,name=key_url,json=keyUrl,proto3" json:"key_url,omitempty"`
	// contains filtered or unexported fields
}

func (*VerificationInfo) Descriptor deprecated

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

Deprecated: Use VerificationInfo.ProtoReflect.Descriptor instead.

func (*VerificationInfo) GetKeyUrl

func (x *VerificationInfo) GetKeyUrl() string

func (*VerificationInfo) GetStateEndpoint

func (x *VerificationInfo) GetStateEndpoint() string

func (*VerificationInfo) GetStateService

func (x *VerificationInfo) GetStateService() string

func (*VerificationInfo) ProtoMessage

func (*VerificationInfo) ProtoMessage()

func (*VerificationInfo) ProtoReflect

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

func (*VerificationInfo) Reset

func (x *VerificationInfo) Reset()

func (*VerificationInfo) String

func (x *VerificationInfo) String() string

type VerifyAuthenticationChallengeRequest

type VerifyAuthenticationChallengeRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	Nonce         string `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Challenge     string `protobuf:"bytes,3,opt,name=challenge,proto3" json:"challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyAuthenticationChallengeRequest) Descriptor deprecated

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

Deprecated: Use VerifyAuthenticationChallengeRequest.ProtoReflect.Descriptor instead.

func (*VerifyAuthenticationChallengeRequest) GetApplicationId

func (x *VerifyAuthenticationChallengeRequest) GetApplicationId() string

func (*VerifyAuthenticationChallengeRequest) GetChallenge

func (x *VerifyAuthenticationChallengeRequest) GetChallenge() string

func (*VerifyAuthenticationChallengeRequest) GetNonce

func (*VerifyAuthenticationChallengeRequest) ProtoMessage

func (*VerifyAuthenticationChallengeRequest) ProtoMessage()

func (*VerifyAuthenticationChallengeRequest) ProtoReflect

func (*VerifyAuthenticationChallengeRequest) Reset

func (*VerifyAuthenticationChallengeRequest) String

type VerifyAuthenticationChallengeResponse

type VerifyAuthenticationChallengeResponse struct {
	Verified bool `protobuf:"varint,1,opt,name=verified,proto3" json:"verified,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyAuthenticationChallengeResponse) Descriptor deprecated

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

Deprecated: Use VerifyAuthenticationChallengeResponse.ProtoReflect.Descriptor instead.

func (*VerifyAuthenticationChallengeResponse) GetVerified

func (*VerifyAuthenticationChallengeResponse) ProtoMessage

func (*VerifyAuthenticationChallengeResponse) ProtoMessage()

func (*VerifyAuthenticationChallengeResponse) ProtoReflect

func (*VerifyAuthenticationChallengeResponse) Reset

func (*VerifyAuthenticationChallengeResponse) String

type Watcher

type Watcher interface {
	Watch(EventHandler) error
	Stop() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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