Documentation
¶
Index ¶
- Variables
- type AddAppRequest
- func (*AddAppRequest) Descriptor() ([]byte, []int)
- func (m *AddAppRequest) GetApp() uint64
- func (m *AddAppRequest) GetKeys() []*AppKey
- func (*AddAppRequest) ProtoMessage()
- func (m *AddAppRequest) Reset()
- func (m *AddAppRequest) String() string
- func (m *AddAppRequest) XXX_DiscardUnknown()
- func (m *AddAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AddAppRequest) XXX_Merge(src proto.Message)
- func (m *AddAppRequest) XXX_Size() int
- func (m *AddAppRequest) XXX_Unmarshal(b []byte) error
- type AddAppResponse
- func (*AddAppResponse) Descriptor() ([]byte, []int)
- func (*AddAppResponse) ProtoMessage()
- func (m *AddAppResponse) Reset()
- func (m *AddAppResponse) String() string
- func (m *AddAppResponse) XXX_DiscardUnknown()
- func (m *AddAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AddAppResponse) XXX_Merge(src proto.Message)
- func (m *AddAppResponse) XXX_Size() int
- func (m *AddAppResponse) XXX_Unmarshal(b []byte) error
- type AddKeyRequest
- func (*AddKeyRequest) Descriptor() ([]byte, []int)
- func (m *AddKeyRequest) GetApp() uint64
- func (m *AddKeyRequest) GetKeys() []*AppKey
- func (*AddKeyRequest) ProtoMessage()
- func (m *AddKeyRequest) Reset()
- func (m *AddKeyRequest) String() string
- func (m *AddKeyRequest) XXX_DiscardUnknown()
- func (m *AddKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AddKeyRequest) XXX_Merge(src proto.Message)
- func (m *AddKeyRequest) XXX_Size() int
- func (m *AddKeyRequest) XXX_Unmarshal(b []byte) error
- type AddKeyResponse
- func (*AddKeyResponse) Descriptor() ([]byte, []int)
- func (*AddKeyResponse) ProtoMessage()
- func (m *AddKeyResponse) Reset()
- func (m *AddKeyResponse) String() string
- func (m *AddKeyResponse) XXX_DiscardUnknown()
- func (m *AddKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AddKeyResponse) XXX_Merge(src proto.Message)
- func (m *AddKeyResponse) XXX_Size() int
- func (m *AddKeyResponse) XXX_Unmarshal(b []byte) error
- type App
- func (*App) Descriptor() ([]byte, []int)
- func (m *App) GetId() uint64
- func (m *App) GetKeys() map[string]*AppKeyIndexEntry
- func (*App) ProtoMessage()
- func (m *App) Reset()
- func (m *App) String() string
- func (m *App) XXX_DiscardUnknown()
- func (m *App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *App) XXX_Merge(src proto.Message)
- func (m *App) XXX_Size() int
- func (m *App) XXX_Unmarshal(b []byte) error
- type AppIndex
- func (*AppIndex) Descriptor() ([]byte, []int)
- func (m *AppIndex) GetAppRefs() map[uint64]*AppIndexEntry
- func (*AppIndex) ProtoMessage()
- func (m *AppIndex) Reset()
- func (m *AppIndex) String() string
- func (m *AppIndex) XXX_DiscardUnknown()
- func (m *AppIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AppIndex) XXX_Merge(src proto.Message)
- func (m *AppIndex) XXX_Size() int
- func (m *AppIndex) XXX_Unmarshal(b []byte) error
- type AppIndexEntry
- func (*AppIndexEntry) Descriptor() ([]byte, []int)
- func (m *AppIndexEntry) GetId() uint64
- func (*AppIndexEntry) ProtoMessage()
- func (m *AppIndexEntry) Reset()
- func (m *AppIndexEntry) String() string
- func (m *AppIndexEntry) XXX_DiscardUnknown()
- func (m *AppIndexEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AppIndexEntry) XXX_Merge(src proto.Message)
- func (m *AppIndexEntry) XXX_Size() int
- func (m *AppIndexEntry) XXX_Unmarshal(b []byte) error
- type AppKey
- func (*AppKey) Descriptor() ([]byte, []int)
- func (m *AppKey) GetKey() []byte
- func (m *AppKey) GetMeta() *AppKeyMeta
- func (*AppKey) ProtoMessage()
- func (m *AppKey) Reset()
- func (m *AppKey) String() string
- func (m *AppKey) XXX_DiscardUnknown()
- func (m *AppKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AppKey) XXX_Merge(src proto.Message)
- func (m *AppKey) XXX_Size() int
- func (m *AppKey) XXX_Unmarshal(b []byte) error
- type AppKeyIndexEntry
- func (*AppKeyIndexEntry) Descriptor() ([]byte, []int)
- func (m *AppKeyIndexEntry) GetMeta() *AppKeyMeta
- func (*AppKeyIndexEntry) ProtoMessage()
- func (m *AppKeyIndexEntry) Reset()
- func (m *AppKeyIndexEntry) String() string
- func (m *AppKeyIndexEntry) XXX_DiscardUnknown()
- func (m *AppKeyIndexEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AppKeyIndexEntry) XXX_Merge(src proto.Message)
- func (m *AppKeyIndexEntry) XXX_Size() int
- func (m *AppKeyIndexEntry) XXX_Unmarshal(b []byte) error
- type AppKeyManagerConfig
- func (*AppKeyManagerConfig) Descriptor() ([]byte, []int)
- func (m *AppKeyManagerConfig) GetDbLoc() *locationpb.Location
- func (*AppKeyManagerConfig) ProtoMessage()
- func (m *AppKeyManagerConfig) Reset()
- func (m *AppKeyManagerConfig) String() string
- func (m *AppKeyManagerConfig) XXX_DiscardUnknown()
- func (m *AppKeyManagerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AppKeyManagerConfig) XXX_Merge(src proto.Message)
- func (m *AppKeyManagerConfig) XXX_Size() int
- func (m *AppKeyManagerConfig) XXX_Unmarshal(b []byte) error
- type AppKeyMeta
- func (*AppKeyMeta) Descriptor() ([]byte, []int)
- func (m *AppKeyMeta) GetApp() uint64
- func (m *AppKeyMeta) GetDisabled() bool
- func (m *AppKeyMeta) GetFingerprint() string
- func (m *AppKeyMeta) GetNoatAfter() string
- func (m *AppKeyMeta) GetNotBefore() string
- func (*AppKeyMeta) ProtoMessage()
- func (m *AppKeyMeta) Reset()
- func (m *AppKeyMeta) String() string
- func (m *AppKeyMeta) XXX_DiscardUnknown()
- func (m *AppKeyMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AppKeyMeta) XXX_Merge(src proto.Message)
- func (m *AppKeyMeta) XXX_Size() int
- func (m *AppKeyMeta) XXX_Unmarshal(b []byte) error
- type GetAppRequest
- func (*GetAppRequest) Descriptor() ([]byte, []int)
- func (m *GetAppRequest) GetApp() uint64
- func (*GetAppRequest) ProtoMessage()
- func (m *GetAppRequest) Reset()
- func (m *GetAppRequest) String() string
- func (m *GetAppRequest) XXX_DiscardUnknown()
- func (m *GetAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *GetAppRequest) XXX_Merge(src proto.Message)
- func (m *GetAppRequest) XXX_Size() int
- func (m *GetAppRequest) XXX_Unmarshal(b []byte) error
- type Links
- func (*Links) Descriptor() ([]byte, []int)
- func (m *Links) GetApp() string
- func (m *Links) GetAppIndex() string
- func (m *Links) GetKey() string
- func (m *Links) GetKeyMeta() string
- func (*Links) ProtoMessage()
- func (m *Links) Reset()
- func (m *Links) String() string
- func (m *Links) XXX_DiscardUnknown()
- func (m *Links) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Links) XXX_Merge(src proto.Message)
- func (m *Links) XXX_Size() int
- func (m *Links) XXX_Unmarshal(b []byte) error
- type ListAppsRequest
- func (*ListAppsRequest) Descriptor() ([]byte, []int)
- func (*ListAppsRequest) ProtoMessage()
- func (m *ListAppsRequest) Reset()
- func (m *ListAppsRequest) String() string
- func (m *ListAppsRequest) XXX_DiscardUnknown()
- func (m *ListAppsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ListAppsRequest) XXX_Merge(src proto.Message)
- func (m *ListAppsRequest) XXX_Size() int
- func (m *ListAppsRequest) XXX_Unmarshal(b []byte) error
- type RemoveAppRequest
- func (*RemoveAppRequest) Descriptor() ([]byte, []int)
- func (m *RemoveAppRequest) GetApp() uint64
- func (*RemoveAppRequest) ProtoMessage()
- func (m *RemoveAppRequest) Reset()
- func (m *RemoveAppRequest) String() string
- func (m *RemoveAppRequest) XXX_DiscardUnknown()
- func (m *RemoveAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RemoveAppRequest) XXX_Merge(src proto.Message)
- func (m *RemoveAppRequest) XXX_Size() int
- func (m *RemoveAppRequest) XXX_Unmarshal(b []byte) error
- type RemoveAppResponse
- func (*RemoveAppResponse) Descriptor() ([]byte, []int)
- func (*RemoveAppResponse) ProtoMessage()
- func (m *RemoveAppResponse) Reset()
- func (m *RemoveAppResponse) String() string
- func (m *RemoveAppResponse) XXX_DiscardUnknown()
- func (m *RemoveAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RemoveAppResponse) XXX_Merge(src proto.Message)
- func (m *RemoveAppResponse) XXX_Size() int
- func (m *RemoveAppResponse) XXX_Unmarshal(b []byte) error
- type RemoveKeyRequest
- func (*RemoveKeyRequest) Descriptor() ([]byte, []int)
- func (m *RemoveKeyRequest) GetApp() uint64
- func (m *RemoveKeyRequest) GetFingerprints() []string
- func (*RemoveKeyRequest) ProtoMessage()
- func (m *RemoveKeyRequest) Reset()
- func (m *RemoveKeyRequest) String() string
- func (m *RemoveKeyRequest) XXX_DiscardUnknown()
- func (m *RemoveKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RemoveKeyRequest) XXX_Merge(src proto.Message)
- func (m *RemoveKeyRequest) XXX_Size() int
- func (m *RemoveKeyRequest) XXX_Unmarshal(b []byte) error
- type RemoveKeyResponse
- func (*RemoveKeyResponse) Descriptor() ([]byte, []int)
- func (*RemoveKeyResponse) ProtoMessage()
- func (m *RemoveKeyResponse) Reset()
- func (m *RemoveKeyResponse) String() string
- func (m *RemoveKeyResponse) XXX_DiscardUnknown()
- func (m *RemoveKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RemoveKeyResponse) XXX_Merge(src proto.Message)
- func (m *RemoveKeyResponse) XXX_Size() int
- func (m *RemoveKeyResponse) XXX_Unmarshal(b []byte) error
- type SignJwtRequest
- func (*SignJwtRequest) Descriptor() ([]byte, []int)
- func (m *SignJwtRequest) GetAlgorithm() string
- func (m *SignJwtRequest) GetApp() uint64
- func (m *SignJwtRequest) GetClaims() *_struct.Struct
- func (*SignJwtRequest) ProtoMessage()
- func (m *SignJwtRequest) Reset()
- func (m *SignJwtRequest) String() string
- func (m *SignJwtRequest) XXX_DiscardUnknown()
- func (m *SignJwtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignJwtRequest) XXX_Merge(src proto.Message)
- func (m *SignJwtRequest) XXX_Size() int
- func (m *SignJwtRequest) XXX_Unmarshal(b []byte) error
- type SignJwtResponse
- func (*SignJwtResponse) Descriptor() ([]byte, []int)
- func (m *SignJwtResponse) GetJwt() string
- func (*SignJwtResponse) ProtoMessage()
- func (m *SignJwtResponse) Reset()
- func (m *SignJwtResponse) String() string
- func (m *SignJwtResponse) XXX_DiscardUnknown()
- func (m *SignJwtResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SignJwtResponse) XXX_Merge(src proto.Message)
- func (m *SignJwtResponse) XXX_Size() int
- func (m *SignJwtResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultLinksPb = []byte{10, 9, 105, 110, 100, 101, 120, 46, 112, 98, 102, 18, 15, 97, 112, 112, 47, 123, 65, 112, 112, 73, 100, 125, 46, 112, 98, 102, 26, 29, 107, 101, 121, 47, 123, 65, 112, 112, 73, 100, 125, 47, 123, 70, 105, 110, 103, 101, 114, 112, 114, 105, 110, 116, 125, 46, 98, 105, 110, 34, 34, 107, 101, 121, 47, 123, 65, 112, 112, 73, 100, 125, 47, 123, 70, 105, 110, 103, 101, 114, 112, 114, 105, 110, 116, 125, 45, 109, 101, 116, 97, 46, 112, 98, 102}
Functions ¶
This section is empty.
Types ¶
type AddAppRequest ¶
type AddAppRequest struct {
App uint64 `protobuf:"varint,1,opt,name=app,proto3" json:"app,omitempty"`
Keys []*AppKey `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AddAppRequest) Descriptor ¶
func (*AddAppRequest) Descriptor() ([]byte, []int)
func (*AddAppRequest) GetApp ¶
func (m *AddAppRequest) GetApp() uint64
func (*AddAppRequest) GetKeys ¶
func (m *AddAppRequest) GetKeys() []*AppKey
func (*AddAppRequest) ProtoMessage ¶
func (*AddAppRequest) ProtoMessage()
func (*AddAppRequest) Reset ¶
func (m *AddAppRequest) Reset()
func (*AddAppRequest) String ¶
func (m *AddAppRequest) String() string
func (*AddAppRequest) XXX_DiscardUnknown ¶
func (m *AddAppRequest) XXX_DiscardUnknown()
func (*AddAppRequest) XXX_Marshal ¶
func (m *AddAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddAppRequest) XXX_Merge ¶
func (dst *AddAppRequest) XXX_Merge(src proto.Message)
func (*AddAppRequest) XXX_Size ¶
func (m *AddAppRequest) XXX_Size() int
func (*AddAppRequest) XXX_Unmarshal ¶
func (m *AddAppRequest) XXX_Unmarshal(b []byte) error
type AddAppResponse ¶
type AddAppResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AddAppResponse) Descriptor ¶
func (*AddAppResponse) Descriptor() ([]byte, []int)
func (*AddAppResponse) ProtoMessage ¶
func (*AddAppResponse) ProtoMessage()
func (*AddAppResponse) Reset ¶
func (m *AddAppResponse) Reset()
func (*AddAppResponse) String ¶
func (m *AddAppResponse) String() string
func (*AddAppResponse) XXX_DiscardUnknown ¶
func (m *AddAppResponse) XXX_DiscardUnknown()
func (*AddAppResponse) XXX_Marshal ¶
func (m *AddAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddAppResponse) XXX_Merge ¶
func (dst *AddAppResponse) XXX_Merge(src proto.Message)
func (*AddAppResponse) XXX_Size ¶
func (m *AddAppResponse) XXX_Size() int
func (*AddAppResponse) XXX_Unmarshal ¶
func (m *AddAppResponse) XXX_Unmarshal(b []byte) error
type AddKeyRequest ¶
type AddKeyRequest struct {
App uint64 `protobuf:"varint,1,opt,name=app,proto3" json:"app,omitempty"`
Keys []*AppKey `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AddKeyRequest) Descriptor ¶
func (*AddKeyRequest) Descriptor() ([]byte, []int)
func (*AddKeyRequest) GetApp ¶
func (m *AddKeyRequest) GetApp() uint64
func (*AddKeyRequest) GetKeys ¶
func (m *AddKeyRequest) GetKeys() []*AppKey
func (*AddKeyRequest) ProtoMessage ¶
func (*AddKeyRequest) ProtoMessage()
func (*AddKeyRequest) Reset ¶
func (m *AddKeyRequest) Reset()
func (*AddKeyRequest) String ¶
func (m *AddKeyRequest) String() string
func (*AddKeyRequest) XXX_DiscardUnknown ¶
func (m *AddKeyRequest) XXX_DiscardUnknown()
func (*AddKeyRequest) XXX_Marshal ¶
func (m *AddKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddKeyRequest) XXX_Merge ¶
func (dst *AddKeyRequest) XXX_Merge(src proto.Message)
func (*AddKeyRequest) XXX_Size ¶
func (m *AddKeyRequest) XXX_Size() int
func (*AddKeyRequest) XXX_Unmarshal ¶
func (m *AddKeyRequest) XXX_Unmarshal(b []byte) error
type AddKeyResponse ¶
type AddKeyResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AddKeyResponse) Descriptor ¶
func (*AddKeyResponse) Descriptor() ([]byte, []int)
func (*AddKeyResponse) ProtoMessage ¶
func (*AddKeyResponse) ProtoMessage()
func (*AddKeyResponse) Reset ¶
func (m *AddKeyResponse) Reset()
func (*AddKeyResponse) String ¶
func (m *AddKeyResponse) String() string
func (*AddKeyResponse) XXX_DiscardUnknown ¶
func (m *AddKeyResponse) XXX_DiscardUnknown()
func (*AddKeyResponse) XXX_Marshal ¶
func (m *AddKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddKeyResponse) XXX_Merge ¶
func (dst *AddKeyResponse) XXX_Merge(src proto.Message)
func (*AddKeyResponse) XXX_Size ¶
func (m *AddKeyResponse) XXX_Size() int
func (*AddKeyResponse) XXX_Unmarshal ¶
func (m *AddKeyResponse) XXX_Unmarshal(b []byte) error
type App ¶
type App struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Keys map[string]*AppKeyIndexEntry `` /* 149-byte string literal not displayed */
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*App) Descriptor ¶
func (*App) GetKeys ¶
func (m *App) GetKeys() map[string]*AppKeyIndexEntry
func (*App) ProtoMessage ¶
func (*App) ProtoMessage()
func (*App) XXX_DiscardUnknown ¶
func (m *App) XXX_DiscardUnknown()
func (*App) XXX_Unmarshal ¶
type AppIndex ¶
type AppIndex struct {
AppRefs map[uint64]*AppIndexEntry `` /* 171-byte string literal not displayed */
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AppIndex) Descriptor ¶
func (*AppIndex) GetAppRefs ¶
func (m *AppIndex) GetAppRefs() map[uint64]*AppIndexEntry
func (*AppIndex) ProtoMessage ¶
func (*AppIndex) ProtoMessage()
func (*AppIndex) XXX_DiscardUnknown ¶
func (m *AppIndex) XXX_DiscardUnknown()
func (*AppIndex) XXX_Marshal ¶
func (*AppIndex) XXX_Unmarshal ¶
type AppIndexEntry ¶
type AppIndexEntry struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AppIndexEntry) Descriptor ¶
func (*AppIndexEntry) Descriptor() ([]byte, []int)
func (*AppIndexEntry) GetId ¶
func (m *AppIndexEntry) GetId() uint64
func (*AppIndexEntry) ProtoMessage ¶
func (*AppIndexEntry) ProtoMessage()
func (*AppIndexEntry) Reset ¶
func (m *AppIndexEntry) Reset()
func (*AppIndexEntry) String ¶
func (m *AppIndexEntry) String() string
func (*AppIndexEntry) XXX_DiscardUnknown ¶
func (m *AppIndexEntry) XXX_DiscardUnknown()
func (*AppIndexEntry) XXX_Marshal ¶
func (m *AppIndexEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppIndexEntry) XXX_Merge ¶
func (dst *AppIndexEntry) XXX_Merge(src proto.Message)
func (*AppIndexEntry) XXX_Size ¶
func (m *AppIndexEntry) XXX_Size() int
func (*AppIndexEntry) XXX_Unmarshal ¶
func (m *AppIndexEntry) XXX_Unmarshal(b []byte) error
type AppKey ¶
type AppKey struct {
Meta *AppKeyMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AppKey) Descriptor ¶
func (*AppKey) GetMeta ¶
func (m *AppKey) GetMeta() *AppKeyMeta
func (*AppKey) ProtoMessage ¶
func (*AppKey) ProtoMessage()
func (*AppKey) XXX_DiscardUnknown ¶
func (m *AppKey) XXX_DiscardUnknown()
func (*AppKey) XXX_Marshal ¶
func (*AppKey) XXX_Unmarshal ¶
type AppKeyIndexEntry ¶
type AppKeyIndexEntry struct {
Meta *AppKeyMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AppKeyIndexEntry) Descriptor ¶
func (*AppKeyIndexEntry) Descriptor() ([]byte, []int)
func (*AppKeyIndexEntry) GetMeta ¶
func (m *AppKeyIndexEntry) GetMeta() *AppKeyMeta
func (*AppKeyIndexEntry) ProtoMessage ¶
func (*AppKeyIndexEntry) ProtoMessage()
func (*AppKeyIndexEntry) Reset ¶
func (m *AppKeyIndexEntry) Reset()
func (*AppKeyIndexEntry) String ¶
func (m *AppKeyIndexEntry) String() string
func (*AppKeyIndexEntry) XXX_DiscardUnknown ¶
func (m *AppKeyIndexEntry) XXX_DiscardUnknown()
func (*AppKeyIndexEntry) XXX_Marshal ¶
func (m *AppKeyIndexEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppKeyIndexEntry) XXX_Merge ¶
func (dst *AppKeyIndexEntry) XXX_Merge(src proto.Message)
func (*AppKeyIndexEntry) XXX_Size ¶
func (m *AppKeyIndexEntry) XXX_Size() int
func (*AppKeyIndexEntry) XXX_Unmarshal ¶
func (m *AppKeyIndexEntry) XXX_Unmarshal(b []byte) error
type AppKeyManagerConfig ¶
type AppKeyManagerConfig struct {
DbLoc *locationpb.Location `protobuf:"bytes,1,opt,name=db_loc,json=dbLoc,proto3" json:"db_loc,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AppKeyManagerConfig) Descriptor ¶
func (*AppKeyManagerConfig) Descriptor() ([]byte, []int)
func (*AppKeyManagerConfig) GetDbLoc ¶
func (m *AppKeyManagerConfig) GetDbLoc() *locationpb.Location
func (*AppKeyManagerConfig) ProtoMessage ¶
func (*AppKeyManagerConfig) ProtoMessage()
func (*AppKeyManagerConfig) Reset ¶
func (m *AppKeyManagerConfig) Reset()
func (*AppKeyManagerConfig) String ¶
func (m *AppKeyManagerConfig) String() string
func (*AppKeyManagerConfig) XXX_DiscardUnknown ¶
func (m *AppKeyManagerConfig) XXX_DiscardUnknown()
func (*AppKeyManagerConfig) XXX_Marshal ¶
func (m *AppKeyManagerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppKeyManagerConfig) XXX_Merge ¶
func (dst *AppKeyManagerConfig) XXX_Merge(src proto.Message)
func (*AppKeyManagerConfig) XXX_Size ¶
func (m *AppKeyManagerConfig) XXX_Size() int
func (*AppKeyManagerConfig) XXX_Unmarshal ¶
func (m *AppKeyManagerConfig) XXX_Unmarshal(b []byte) error
type AppKeyMeta ¶
type AppKeyMeta struct {
Fingerprint string `protobuf:"bytes,1,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"`
App uint64 `protobuf:"varint,2,opt,name=app,proto3" json:"app,omitempty"`
Disabled bool `protobuf:"varint,3,opt,name=disabled,proto3" json:"disabled,omitempty"`
NotBefore string `protobuf:"bytes,4,opt,name=not_before,json=notBefore,proto3" json:"not_before,omitempty"`
NoatAfter string `protobuf:"bytes,5,opt,name=noat_after,json=noatAfter,proto3" json:"noat_after,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AppKeyMeta) Descriptor ¶
func (*AppKeyMeta) Descriptor() ([]byte, []int)
func (*AppKeyMeta) GetApp ¶
func (m *AppKeyMeta) GetApp() uint64
func (*AppKeyMeta) GetDisabled ¶
func (m *AppKeyMeta) GetDisabled() bool
func (*AppKeyMeta) GetFingerprint ¶
func (m *AppKeyMeta) GetFingerprint() string
func (*AppKeyMeta) GetNoatAfter ¶
func (m *AppKeyMeta) GetNoatAfter() string
func (*AppKeyMeta) GetNotBefore ¶
func (m *AppKeyMeta) GetNotBefore() string
func (*AppKeyMeta) ProtoMessage ¶
func (*AppKeyMeta) ProtoMessage()
func (*AppKeyMeta) Reset ¶
func (m *AppKeyMeta) Reset()
func (*AppKeyMeta) String ¶
func (m *AppKeyMeta) String() string
func (*AppKeyMeta) XXX_DiscardUnknown ¶
func (m *AppKeyMeta) XXX_DiscardUnknown()
func (*AppKeyMeta) XXX_Marshal ¶
func (m *AppKeyMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppKeyMeta) XXX_Merge ¶
func (dst *AppKeyMeta) XXX_Merge(src proto.Message)
func (*AppKeyMeta) XXX_Size ¶
func (m *AppKeyMeta) XXX_Size() int
func (*AppKeyMeta) XXX_Unmarshal ¶
func (m *AppKeyMeta) XXX_Unmarshal(b []byte) error
type GetAppRequest ¶
type GetAppRequest struct {
App uint64 `protobuf:"varint,1,opt,name=app,proto3" json:"app,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*GetAppRequest) Descriptor ¶
func (*GetAppRequest) Descriptor() ([]byte, []int)
func (*GetAppRequest) GetApp ¶
func (m *GetAppRequest) GetApp() uint64
func (*GetAppRequest) ProtoMessage ¶
func (*GetAppRequest) ProtoMessage()
func (*GetAppRequest) Reset ¶
func (m *GetAppRequest) Reset()
func (*GetAppRequest) String ¶
func (m *GetAppRequest) String() string
func (*GetAppRequest) XXX_DiscardUnknown ¶
func (m *GetAppRequest) XXX_DiscardUnknown()
func (*GetAppRequest) XXX_Marshal ¶
func (m *GetAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAppRequest) XXX_Merge ¶
func (dst *GetAppRequest) XXX_Merge(src proto.Message)
func (*GetAppRequest) XXX_Size ¶
func (m *GetAppRequest) XXX_Size() int
func (*GetAppRequest) XXX_Unmarshal ¶
func (m *GetAppRequest) XXX_Unmarshal(b []byte) error
type Links ¶
type Links struct {
AppIndex string `protobuf:"bytes,1,opt,name=app_index,json=appIndex,proto3" json:"app_index,omitempty"`
App string `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"`
Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
KeyMeta string `protobuf:"bytes,4,opt,name=key_meta,json=keyMeta,proto3" json:"key_meta,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
var DefaultLinks Links
func (*Links) Descriptor ¶
func (*Links) GetAppIndex ¶
func (*Links) GetKeyMeta ¶
func (*Links) ProtoMessage ¶
func (*Links) ProtoMessage()
func (*Links) XXX_DiscardUnknown ¶
func (m *Links) XXX_DiscardUnknown()
func (*Links) XXX_Marshal ¶
func (*Links) XXX_Unmarshal ¶
type ListAppsRequest ¶
type ListAppsRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ListAppsRequest) Descriptor ¶
func (*ListAppsRequest) Descriptor() ([]byte, []int)
func (*ListAppsRequest) ProtoMessage ¶
func (*ListAppsRequest) ProtoMessage()
func (*ListAppsRequest) Reset ¶
func (m *ListAppsRequest) Reset()
func (*ListAppsRequest) String ¶
func (m *ListAppsRequest) String() string
func (*ListAppsRequest) XXX_DiscardUnknown ¶
func (m *ListAppsRequest) XXX_DiscardUnknown()
func (*ListAppsRequest) XXX_Marshal ¶
func (m *ListAppsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAppsRequest) XXX_Merge ¶
func (dst *ListAppsRequest) XXX_Merge(src proto.Message)
func (*ListAppsRequest) XXX_Size ¶
func (m *ListAppsRequest) XXX_Size() int
func (*ListAppsRequest) XXX_Unmarshal ¶
func (m *ListAppsRequest) XXX_Unmarshal(b []byte) error
type RemoveAppRequest ¶
type RemoveAppRequest struct {
App uint64 `protobuf:"varint,1,opt,name=app,proto3" json:"app,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*RemoveAppRequest) Descriptor ¶
func (*RemoveAppRequest) Descriptor() ([]byte, []int)
func (*RemoveAppRequest) GetApp ¶
func (m *RemoveAppRequest) GetApp() uint64
func (*RemoveAppRequest) ProtoMessage ¶
func (*RemoveAppRequest) ProtoMessage()
func (*RemoveAppRequest) Reset ¶
func (m *RemoveAppRequest) Reset()
func (*RemoveAppRequest) String ¶
func (m *RemoveAppRequest) String() string
func (*RemoveAppRequest) XXX_DiscardUnknown ¶
func (m *RemoveAppRequest) XXX_DiscardUnknown()
func (*RemoveAppRequest) XXX_Marshal ¶
func (m *RemoveAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveAppRequest) XXX_Merge ¶
func (dst *RemoveAppRequest) XXX_Merge(src proto.Message)
func (*RemoveAppRequest) XXX_Size ¶
func (m *RemoveAppRequest) XXX_Size() int
func (*RemoveAppRequest) XXX_Unmarshal ¶
func (m *RemoveAppRequest) XXX_Unmarshal(b []byte) error
type RemoveAppResponse ¶
type RemoveAppResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*RemoveAppResponse) Descriptor ¶
func (*RemoveAppResponse) Descriptor() ([]byte, []int)
func (*RemoveAppResponse) ProtoMessage ¶
func (*RemoveAppResponse) ProtoMessage()
func (*RemoveAppResponse) Reset ¶
func (m *RemoveAppResponse) Reset()
func (*RemoveAppResponse) String ¶
func (m *RemoveAppResponse) String() string
func (*RemoveAppResponse) XXX_DiscardUnknown ¶
func (m *RemoveAppResponse) XXX_DiscardUnknown()
func (*RemoveAppResponse) XXX_Marshal ¶
func (m *RemoveAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveAppResponse) XXX_Merge ¶
func (dst *RemoveAppResponse) XXX_Merge(src proto.Message)
func (*RemoveAppResponse) XXX_Size ¶
func (m *RemoveAppResponse) XXX_Size() int
func (*RemoveAppResponse) XXX_Unmarshal ¶
func (m *RemoveAppResponse) XXX_Unmarshal(b []byte) error
type RemoveKeyRequest ¶
type RemoveKeyRequest struct {
App uint64 `protobuf:"varint,1,opt,name=app,proto3" json:"app,omitempty"`
Fingerprints []string `protobuf:"bytes,2,rep,name=fingerprints,proto3" json:"fingerprints,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*RemoveKeyRequest) Descriptor ¶
func (*RemoveKeyRequest) Descriptor() ([]byte, []int)
func (*RemoveKeyRequest) GetApp ¶
func (m *RemoveKeyRequest) GetApp() uint64
func (*RemoveKeyRequest) GetFingerprints ¶
func (m *RemoveKeyRequest) GetFingerprints() []string
func (*RemoveKeyRequest) ProtoMessage ¶
func (*RemoveKeyRequest) ProtoMessage()
func (*RemoveKeyRequest) Reset ¶
func (m *RemoveKeyRequest) Reset()
func (*RemoveKeyRequest) String ¶
func (m *RemoveKeyRequest) String() string
func (*RemoveKeyRequest) XXX_DiscardUnknown ¶
func (m *RemoveKeyRequest) XXX_DiscardUnknown()
func (*RemoveKeyRequest) XXX_Marshal ¶
func (m *RemoveKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveKeyRequest) XXX_Merge ¶
func (dst *RemoveKeyRequest) XXX_Merge(src proto.Message)
func (*RemoveKeyRequest) XXX_Size ¶
func (m *RemoveKeyRequest) XXX_Size() int
func (*RemoveKeyRequest) XXX_Unmarshal ¶
func (m *RemoveKeyRequest) XXX_Unmarshal(b []byte) error
type RemoveKeyResponse ¶
type RemoveKeyResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*RemoveKeyResponse) Descriptor ¶
func (*RemoveKeyResponse) Descriptor() ([]byte, []int)
func (*RemoveKeyResponse) ProtoMessage ¶
func (*RemoveKeyResponse) ProtoMessage()
func (*RemoveKeyResponse) Reset ¶
func (m *RemoveKeyResponse) Reset()
func (*RemoveKeyResponse) String ¶
func (m *RemoveKeyResponse) String() string
func (*RemoveKeyResponse) XXX_DiscardUnknown ¶
func (m *RemoveKeyResponse) XXX_DiscardUnknown()
func (*RemoveKeyResponse) XXX_Marshal ¶
func (m *RemoveKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveKeyResponse) XXX_Merge ¶
func (dst *RemoveKeyResponse) XXX_Merge(src proto.Message)
func (*RemoveKeyResponse) XXX_Size ¶
func (m *RemoveKeyResponse) XXX_Size() int
func (*RemoveKeyResponse) XXX_Unmarshal ¶
func (m *RemoveKeyResponse) XXX_Unmarshal(b []byte) error
type SignJwtRequest ¶
type SignJwtRequest struct {
App uint64 `protobuf:"varint,1,opt,name=app,proto3" json:"app,omitempty"`
Claims *_struct.Struct `protobuf:"bytes,2,opt,name=claims,proto3" json:"claims,omitempty"`
Algorithm string `protobuf:"bytes,3,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*SignJwtRequest) Descriptor ¶
func (*SignJwtRequest) Descriptor() ([]byte, []int)
func (*SignJwtRequest) GetAlgorithm ¶
func (m *SignJwtRequest) GetAlgorithm() string
func (*SignJwtRequest) GetApp ¶
func (m *SignJwtRequest) GetApp() uint64
func (*SignJwtRequest) GetClaims ¶
func (m *SignJwtRequest) GetClaims() *_struct.Struct
func (*SignJwtRequest) ProtoMessage ¶
func (*SignJwtRequest) ProtoMessage()
func (*SignJwtRequest) Reset ¶
func (m *SignJwtRequest) Reset()
func (*SignJwtRequest) String ¶
func (m *SignJwtRequest) String() string
func (*SignJwtRequest) XXX_DiscardUnknown ¶
func (m *SignJwtRequest) XXX_DiscardUnknown()
func (*SignJwtRequest) XXX_Marshal ¶
func (m *SignJwtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignJwtRequest) XXX_Merge ¶
func (dst *SignJwtRequest) XXX_Merge(src proto.Message)
func (*SignJwtRequest) XXX_Size ¶
func (m *SignJwtRequest) XXX_Size() int
func (*SignJwtRequest) XXX_Unmarshal ¶
func (m *SignJwtRequest) XXX_Unmarshal(b []byte) error
type SignJwtResponse ¶
type SignJwtResponse struct {
Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*SignJwtResponse) Descriptor ¶
func (*SignJwtResponse) Descriptor() ([]byte, []int)
func (*SignJwtResponse) GetJwt ¶
func (m *SignJwtResponse) GetJwt() string
func (*SignJwtResponse) ProtoMessage ¶
func (*SignJwtResponse) ProtoMessage()
func (*SignJwtResponse) Reset ¶
func (m *SignJwtResponse) Reset()
func (*SignJwtResponse) String ¶
func (m *SignJwtResponse) String() string
func (*SignJwtResponse) XXX_DiscardUnknown ¶
func (m *SignJwtResponse) XXX_DiscardUnknown()
func (*SignJwtResponse) XXX_Marshal ¶
func (m *SignJwtResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignJwtResponse) XXX_Merge ¶
func (dst *SignJwtResponse) XXX_Merge(src proto.Message)
func (*SignJwtResponse) XXX_Size ¶
func (m *SignJwtResponse) XXX_Size() int
func (*SignJwtResponse) XXX_Unmarshal ¶
func (m *SignJwtResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.