data

package
v3.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 29, 2019 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ASList

type ASList struct {
	NodeId               []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ASList) Descriptor

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

func (*ASList) GetNodeId

func (m *ASList) GetNodeId() []string

func (*ASList) ProtoMessage

func (*ASList) ProtoMessage()

func (*ASList) Reset

func (m *ASList) Reset()

func (*ASList) String

func (m *ASList) String() string

func (*ASList) XXX_DiscardUnknown

func (m *ASList) XXX_DiscardUnknown()

func (*ASList) XXX_Marshal

func (m *ASList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ASList) XXX_Merge

func (m *ASList) XXX_Merge(src proto.Message)

func (*ASList) XXX_Size

func (m *ASList) XXX_Size() int

func (*ASList) XXX_Unmarshal

func (m *ASList) XXX_Unmarshal(b []byte) error

type ASNode

type ASNode struct {
	NodeId                 string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	MinIal                 float64  `protobuf:"fixed64,2,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	MinAal                 float64  `protobuf:"fixed64,3,opt,name=min_aal,json=minAal,proto3" json:"min_aal,omitempty"`
	ServiceId              string   `protobuf:"bytes,4,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	SupportedNamespaceList []string `` /* 129-byte string literal not displayed */
	Active                 bool     `protobuf:"varint,6,opt,name=active,proto3" json:"active,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*ASNode) Descriptor

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

func (*ASNode) GetActive

func (m *ASNode) GetActive() bool

func (*ASNode) GetMinAal

func (m *ASNode) GetMinAal() float64

func (*ASNode) GetMinIal

func (m *ASNode) GetMinIal() float64

func (*ASNode) GetNodeId

func (m *ASNode) GetNodeId() string

func (*ASNode) GetServiceId

func (m *ASNode) GetServiceId() string

func (*ASNode) GetSupportedNamespaceList

func (m *ASNode) GetSupportedNamespaceList() []string

func (*ASNode) ProtoMessage

func (*ASNode) ProtoMessage()

func (*ASNode) Reset

func (m *ASNode) Reset()

func (*ASNode) String

func (m *ASNode) String() string

func (*ASNode) XXX_DiscardUnknown

func (m *ASNode) XXX_DiscardUnknown()

func (*ASNode) XXX_Marshal

func (m *ASNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ASNode) XXX_Merge

func (m *ASNode) XXX_Merge(src proto.Message)

func (*ASNode) XXX_Size

func (m *ASNode) XXX_Size() int

func (*ASNode) XXX_Unmarshal

func (m *ASNode) XXX_Unmarshal(b []byte) error

type Accessor

type Accessor struct {
	AccessorId           string   `protobuf:"bytes,1,opt,name=accessor_id,json=accessorId,proto3" json:"accessor_id,omitempty"`
	AccessorType         string   `protobuf:"bytes,2,opt,name=accessor_type,json=accessorType,proto3" json:"accessor_type,omitempty"`
	AccessorPublicKey    string   `protobuf:"bytes,3,opt,name=accessor_public_key,json=accessorPublicKey,proto3" json:"accessor_public_key,omitempty"`
	Active               bool     `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	Owner                string   `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Accessor) Descriptor

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

func (*Accessor) GetAccessorId

func (m *Accessor) GetAccessorId() string

func (*Accessor) GetAccessorPublicKey

func (m *Accessor) GetAccessorPublicKey() string

func (*Accessor) GetAccessorType

func (m *Accessor) GetAccessorType() string

func (*Accessor) GetActive

func (m *Accessor) GetActive() bool

func (*Accessor) GetOwner

func (m *Accessor) GetOwner() string

func (*Accessor) ProtoMessage

func (*Accessor) ProtoMessage()

func (*Accessor) Reset

func (m *Accessor) Reset()

func (*Accessor) String

func (m *Accessor) String() string

func (*Accessor) XXX_DiscardUnknown

func (m *Accessor) XXX_DiscardUnknown()

func (*Accessor) XXX_Marshal

func (m *Accessor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Accessor) XXX_Merge

func (m *Accessor) XXX_Merge(src proto.Message)

func (*Accessor) XXX_Size

func (m *Accessor) XXX_Size() int

func (*Accessor) XXX_Unmarshal

func (m *Accessor) XXX_Unmarshal(b []byte) error

type AccessorInGroup added in v0.9.0

type AccessorInGroup struct {
	Accessors            []string `protobuf:"bytes,1,rep,name=accessors,proto3" json:"accessors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccessorInGroup) Descriptor added in v0.9.0

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

func (*AccessorInGroup) GetAccessors added in v0.9.0

func (m *AccessorInGroup) GetAccessors() []string

func (*AccessorInGroup) ProtoMessage added in v0.9.0

func (*AccessorInGroup) ProtoMessage()

func (*AccessorInGroup) Reset added in v0.9.0

func (m *AccessorInGroup) Reset()

func (*AccessorInGroup) String added in v0.9.0

func (m *AccessorInGroup) String() string

func (*AccessorInGroup) XXX_DiscardUnknown added in v0.9.0

func (m *AccessorInGroup) XXX_DiscardUnknown()

func (*AccessorInGroup) XXX_Marshal added in v0.9.0

func (m *AccessorInGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccessorInGroup) XXX_Merge added in v0.9.0

func (m *AccessorInGroup) XXX_Merge(src proto.Message)

func (*AccessorInGroup) XXX_Size added in v0.9.0

func (m *AccessorInGroup) XXX_Size() int

func (*AccessorInGroup) XXX_Unmarshal added in v0.9.0

func (m *AccessorInGroup) XXX_Unmarshal(b []byte) error

type AllList

type AllList struct {
	NodeId               []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AllList) Descriptor

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

func (*AllList) GetNodeId

func (m *AllList) GetNodeId() []string

func (*AllList) ProtoMessage

func (*AllList) ProtoMessage()

func (*AllList) Reset

func (m *AllList) Reset()

func (*AllList) String

func (m *AllList) String() string

func (*AllList) XXX_DiscardUnknown

func (m *AllList) XXX_DiscardUnknown()

func (*AllList) XXX_Marshal

func (m *AllList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AllList) XXX_Merge

func (m *AllList) XXX_Merge(src proto.Message)

func (*AllList) XXX_Size

func (m *AllList) XXX_Size() int

func (*AllList) XXX_Unmarshal

func (m *AllList) XXX_Unmarshal(b []byte) error

type AllowedMinIalForRegisterIdentityAtFirstIdp

type AllowedMinIalForRegisterIdentityAtFirstIdp struct {
	MinIal               float64  `protobuf:"fixed64,1,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) Descriptor

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) GetMinIal

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) ProtoMessage

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) Reset

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) String

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) XXX_DiscardUnknown

func (m *AllowedMinIalForRegisterIdentityAtFirstIdp) XXX_DiscardUnknown()

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) XXX_Marshal

func (m *AllowedMinIalForRegisterIdentityAtFirstIdp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) XXX_Merge

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) XXX_Size

func (*AllowedMinIalForRegisterIdentityAtFirstIdp) XXX_Unmarshal

type AllowedModeList

type AllowedModeList struct {
	Mode                 []int32  `protobuf:"varint,1,rep,packed,name=mode,proto3" json:"mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AllowedModeList) Descriptor

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

func (*AllowedModeList) GetMode

func (m *AllowedModeList) GetMode() []int32

func (*AllowedModeList) ProtoMessage

func (*AllowedModeList) ProtoMessage()

func (*AllowedModeList) Reset

func (m *AllowedModeList) Reset()

func (*AllowedModeList) String

func (m *AllowedModeList) String() string

func (*AllowedModeList) XXX_DiscardUnknown

func (m *AllowedModeList) XXX_DiscardUnknown()

func (*AllowedModeList) XXX_Marshal

func (m *AllowedModeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AllowedModeList) XXX_Merge

func (m *AllowedModeList) XXX_Merge(src proto.Message)

func (*AllowedModeList) XXX_Size

func (m *AllowedModeList) XXX_Size() int

func (*AllowedModeList) XXX_Unmarshal

func (m *AllowedModeList) XXX_Unmarshal(b []byte) error

type ApproveService

type ApproveService struct {
	Active               bool     `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApproveService) Descriptor

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

func (*ApproveService) GetActive

func (m *ApproveService) GetActive() bool

func (*ApproveService) ProtoMessage

func (*ApproveService) ProtoMessage()

func (*ApproveService) Reset

func (m *ApproveService) Reset()

func (*ApproveService) String

func (m *ApproveService) String() string

func (*ApproveService) XXX_DiscardUnknown

func (m *ApproveService) XXX_DiscardUnknown()

func (*ApproveService) XXX_Marshal

func (m *ApproveService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApproveService) XXX_Merge

func (m *ApproveService) XXX_Merge(src proto.Message)

func (*ApproveService) XXX_Size

func (m *ApproveService) XXX_Size() int

func (*ApproveService) XXX_Unmarshal

func (m *ApproveService) XXX_Unmarshal(b []byte) error

type BehindNodeList

type BehindNodeList struct {
	Nodes                []string `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BehindNodeList) Descriptor

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

func (*BehindNodeList) GetNodes

func (m *BehindNodeList) GetNodes() []string

func (*BehindNodeList) ProtoMessage

func (*BehindNodeList) ProtoMessage()

func (*BehindNodeList) Reset

func (m *BehindNodeList) Reset()

func (*BehindNodeList) String

func (m *BehindNodeList) String() string

func (*BehindNodeList) XXX_DiscardUnknown

func (m *BehindNodeList) XXX_DiscardUnknown()

func (*BehindNodeList) XXX_Marshal

func (m *BehindNodeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BehindNodeList) XXX_Merge

func (m *BehindNodeList) XXX_Merge(src proto.Message)

func (*BehindNodeList) XXX_Size

func (m *BehindNodeList) XXX_Size() int

func (*BehindNodeList) XXX_Unmarshal

func (m *BehindNodeList) XXX_Unmarshal(b []byte) error

type DataRequest

type DataRequest struct {
	ServiceId            string   `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	AsIdList             []string `protobuf:"bytes,2,rep,name=as_id_list,json=asIdList,proto3" json:"as_id_list,omitempty"`
	MinAs                int64    `protobuf:"varint,3,opt,name=min_as,json=minAs,proto3" json:"min_as,omitempty"`
	RequestParamsHash    string   `protobuf:"bytes,4,opt,name=request_params_hash,json=requestParamsHash,proto3" json:"request_params_hash,omitempty"`
	AnsweredAsIdList     []string `protobuf:"bytes,5,rep,name=answered_as_id_list,json=answeredAsIdList,proto3" json:"answered_as_id_list,omitempty"`
	ReceivedDataFromList []string `protobuf:"bytes,6,rep,name=received_data_from_list,json=receivedDataFromList,proto3" json:"received_data_from_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataRequest) Descriptor

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

func (*DataRequest) GetAnsweredAsIdList

func (m *DataRequest) GetAnsweredAsIdList() []string

func (*DataRequest) GetAsIdList

func (m *DataRequest) GetAsIdList() []string

func (*DataRequest) GetMinAs

func (m *DataRequest) GetMinAs() int64

func (*DataRequest) GetReceivedDataFromList

func (m *DataRequest) GetReceivedDataFromList() []string

func (*DataRequest) GetRequestParamsHash

func (m *DataRequest) GetRequestParamsHash() string

func (*DataRequest) GetServiceId

func (m *DataRequest) GetServiceId() string

func (*DataRequest) ProtoMessage

func (*DataRequest) ProtoMessage()

func (*DataRequest) Reset

func (m *DataRequest) Reset()

func (*DataRequest) String

func (m *DataRequest) String() string

func (*DataRequest) XXX_DiscardUnknown

func (m *DataRequest) XXX_DiscardUnknown()

func (*DataRequest) XXX_Marshal

func (m *DataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataRequest) XXX_Merge

func (m *DataRequest) XXX_Merge(src proto.Message)

func (*DataRequest) XXX_Size

func (m *DataRequest) XXX_Size() int

func (*DataRequest) XXX_Unmarshal

func (m *DataRequest) XXX_Unmarshal(b []byte) error

type IdPInRefGroup

type IdPInRefGroup struct {
	NodeId               string      `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Mode                 []int32     `protobuf:"varint,2,rep,packed,name=mode,proto3" json:"mode,omitempty"`
	Accessors            []*Accessor `protobuf:"bytes,3,rep,name=accessors,proto3" json:"accessors,omitempty"`
	Ial                  float64     `protobuf:"fixed64,4,opt,name=ial,proto3" json:"ial,omitempty"`
	Active               bool        `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*IdPInRefGroup) Descriptor

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

func (*IdPInRefGroup) GetAccessors

func (m *IdPInRefGroup) GetAccessors() []*Accessor

func (*IdPInRefGroup) GetActive

func (m *IdPInRefGroup) GetActive() bool

func (*IdPInRefGroup) GetIal

func (m *IdPInRefGroup) GetIal() float64

func (*IdPInRefGroup) GetMode

func (m *IdPInRefGroup) GetMode() []int32

func (*IdPInRefGroup) GetNodeId

func (m *IdPInRefGroup) GetNodeId() string

func (*IdPInRefGroup) ProtoMessage

func (*IdPInRefGroup) ProtoMessage()

func (*IdPInRefGroup) Reset

func (m *IdPInRefGroup) Reset()

func (*IdPInRefGroup) String

func (m *IdPInRefGroup) String() string

func (*IdPInRefGroup) XXX_DiscardUnknown

func (m *IdPInRefGroup) XXX_DiscardUnknown()

func (*IdPInRefGroup) XXX_Marshal

func (m *IdPInRefGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdPInRefGroup) XXX_Merge

func (m *IdPInRefGroup) XXX_Merge(src proto.Message)

func (*IdPInRefGroup) XXX_Size

func (m *IdPInRefGroup) XXX_Size() int

func (*IdPInRefGroup) XXX_Unmarshal

func (m *IdPInRefGroup) XXX_Unmarshal(b []byte) error

type IdPList

type IdPList struct {
	NodeId               []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdPList) Descriptor

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

func (*IdPList) GetNodeId

func (m *IdPList) GetNodeId() []string

func (*IdPList) ProtoMessage

func (*IdPList) ProtoMessage()

func (*IdPList) Reset

func (m *IdPList) Reset()

func (*IdPList) String

func (m *IdPList) String() string

func (*IdPList) XXX_DiscardUnknown

func (m *IdPList) XXX_DiscardUnknown()

func (*IdPList) XXX_Marshal

func (m *IdPList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdPList) XXX_Merge

func (m *IdPList) XXX_Merge(src proto.Message)

func (*IdPList) XXX_Size

func (m *IdPList) XXX_Size() int

func (*IdPList) XXX_Unmarshal

func (m *IdPList) XXX_Unmarshal(b []byte) error

type IdentityInRefGroup

type IdentityInRefGroup struct {
	Namespace            string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	IdentifierHash       string   `protobuf:"bytes,2,opt,name=identifier_hash,json=identifierHash,proto3" json:"identifier_hash,omitempty"`
	Active               bool     `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdentityInRefGroup) Descriptor

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

func (*IdentityInRefGroup) GetActive

func (m *IdentityInRefGroup) GetActive() bool

func (*IdentityInRefGroup) GetIdentifierHash

func (m *IdentityInRefGroup) GetIdentifierHash() string

func (*IdentityInRefGroup) GetNamespace

func (m *IdentityInRefGroup) GetNamespace() string

func (*IdentityInRefGroup) ProtoMessage

func (*IdentityInRefGroup) ProtoMessage()

func (*IdentityInRefGroup) Reset

func (m *IdentityInRefGroup) Reset()

func (*IdentityInRefGroup) String

func (m *IdentityInRefGroup) String() string

func (*IdentityInRefGroup) XXX_DiscardUnknown

func (m *IdentityInRefGroup) XXX_DiscardUnknown()

func (*IdentityInRefGroup) XXX_Marshal

func (m *IdentityInRefGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdentityInRefGroup) XXX_Merge

func (m *IdentityInRefGroup) XXX_Merge(src proto.Message)

func (*IdentityInRefGroup) XXX_Size

func (m *IdentityInRefGroup) XXX_Size() int

func (*IdentityInRefGroup) XXX_Unmarshal

func (m *IdentityInRefGroup) XXX_Unmarshal(b []byte) error

type KeyVersions

type KeyVersions struct {
	Versions             []int64  `protobuf:"varint,1,rep,packed,name=versions,proto3" json:"versions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyVersions) Descriptor

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

func (*KeyVersions) GetVersions

func (m *KeyVersions) GetVersions() []int64

func (*KeyVersions) ProtoMessage

func (*KeyVersions) ProtoMessage()

func (*KeyVersions) Reset

func (m *KeyVersions) Reset()

func (*KeyVersions) String

func (m *KeyVersions) String() string

func (*KeyVersions) XXX_DiscardUnknown

func (m *KeyVersions) XXX_DiscardUnknown()

func (*KeyVersions) XXX_Marshal

func (m *KeyVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyVersions) XXX_Merge

func (m *KeyVersions) XXX_Merge(src proto.Message)

func (*KeyVersions) XXX_Size

func (m *KeyVersions) XXX_Size() int

func (*KeyVersions) XXX_Unmarshal

func (m *KeyVersions) XXX_Unmarshal(b []byte) error

type MQ

type MQ struct {
	Ip                   string   `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Port                 int64    `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MQ) Descriptor

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

func (*MQ) GetIp

func (m *MQ) GetIp() string

func (*MQ) GetPort

func (m *MQ) GetPort() int64

func (*MQ) ProtoMessage

func (*MQ) ProtoMessage()

func (*MQ) Reset

func (m *MQ) Reset()

func (*MQ) String

func (m *MQ) String() string

func (*MQ) XXX_DiscardUnknown

func (m *MQ) XXX_DiscardUnknown()

func (*MQ) XXX_Marshal

func (m *MQ) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MQ) XXX_Merge

func (m *MQ) XXX_Merge(src proto.Message)

func (*MQ) XXX_Size

func (m *MQ) XXX_Size() int

func (*MQ) XXX_Unmarshal

func (m *MQ) XXX_Unmarshal(b []byte) error

type MsqDesList

type MsqDesList struct {
	Nodes                []*Node  `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MsqDesList) Descriptor

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

func (*MsqDesList) GetNodes

func (m *MsqDesList) GetNodes() []*Node

func (*MsqDesList) ProtoMessage

func (*MsqDesList) ProtoMessage()

func (*MsqDesList) Reset

func (m *MsqDesList) Reset()

func (*MsqDesList) String

func (m *MsqDesList) String() string

func (*MsqDesList) XXX_DiscardUnknown

func (m *MsqDesList) XXX_DiscardUnknown()

func (*MsqDesList) XXX_Marshal

func (m *MsqDesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsqDesList) XXX_Merge

func (m *MsqDesList) XXX_Merge(src proto.Message)

func (*MsqDesList) XXX_Size

func (m *MsqDesList) XXX_Size() int

func (*MsqDesList) XXX_Unmarshal

func (m *MsqDesList) XXX_Unmarshal(b []byte) error

type Namespace

type Namespace struct {
	Namespace                                    string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Description                                  string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Active                                       bool     `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	AllowedIdentifierCountInReferenceGroup       int32    `` /* 184-byte string literal not displayed */
	AllowedActiveIdentifierCountInReferenceGroup int32    `` /* 204-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                         struct{} `json:"-"`
	XXX_unrecognized                             []byte   `json:"-"`
	XXX_sizecache                                int32    `json:"-"`
}

func (*Namespace) Descriptor

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

func (*Namespace) GetActive

func (m *Namespace) GetActive() bool

func (*Namespace) GetAllowedActiveIdentifierCountInReferenceGroup

func (m *Namespace) GetAllowedActiveIdentifierCountInReferenceGroup() int32

func (*Namespace) GetAllowedIdentifierCountInReferenceGroup

func (m *Namespace) GetAllowedIdentifierCountInReferenceGroup() int32

func (*Namespace) GetDescription

func (m *Namespace) GetDescription() string

func (*Namespace) GetNamespace

func (m *Namespace) GetNamespace() string

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) Reset

func (m *Namespace) Reset()

func (*Namespace) String

func (m *Namespace) String() string

func (*Namespace) XXX_DiscardUnknown

func (m *Namespace) XXX_DiscardUnknown()

func (*Namespace) XXX_Marshal

func (m *Namespace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Namespace) XXX_Merge

func (m *Namespace) XXX_Merge(src proto.Message)

func (*Namespace) XXX_Size

func (m *Namespace) XXX_Size() int

func (*Namespace) XXX_Unmarshal

func (m *Namespace) XXX_Unmarshal(b []byte) error

type NamespaceList

type NamespaceList struct {
	Namespaces           []*Namespace `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*NamespaceList) Descriptor

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

func (*NamespaceList) GetNamespaces

func (m *NamespaceList) GetNamespaces() []*Namespace

func (*NamespaceList) ProtoMessage

func (*NamespaceList) ProtoMessage()

func (*NamespaceList) Reset

func (m *NamespaceList) Reset()

func (*NamespaceList) String

func (m *NamespaceList) String() string

func (*NamespaceList) XXX_DiscardUnknown

func (m *NamespaceList) XXX_DiscardUnknown()

func (*NamespaceList) XXX_Marshal

func (m *NamespaceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceList) XXX_Merge

func (m *NamespaceList) XXX_Merge(src proto.Message)

func (*NamespaceList) XXX_Size

func (m *NamespaceList) XXX_Size() int

func (*NamespaceList) XXX_Unmarshal

func (m *NamespaceList) XXX_Unmarshal(b []byte) error

type Node

type Node struct {
	Ial                  float64  `protobuf:"fixed64,1,opt,name=ial,proto3" json:"ial,omitempty"`
	NodeId               string   `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Active               bool     `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"`
	First                bool     `protobuf:"varint,4,opt,name=first,proto3" json:"first,omitempty"`
	TimeoutBlock         int64    `protobuf:"varint,5,opt,name=timeout_block,json=timeoutBlock,proto3" json:"timeout_block,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Node) Descriptor

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

func (*Node) GetActive

func (m *Node) GetActive() bool

func (*Node) GetFirst

func (m *Node) GetFirst() bool

func (*Node) GetIal

func (m *Node) GetIal() float64

func (*Node) GetNodeId

func (m *Node) GetNodeId() string

func (*Node) GetTimeoutBlock

func (m *Node) GetTimeoutBlock() int64

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) String

func (m *Node) String() string

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Node) XXX_Merge

func (m *Node) XXX_Merge(src proto.Message)

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

func (m *Node) XXX_Unmarshal(b []byte) error

type NodeDetail

type NodeDetail struct {
	PublicKey                              string   `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	MasterPublicKey                        string   `protobuf:"bytes,2,opt,name=master_public_key,json=masterPublicKey,proto3" json:"master_public_key,omitempty"`
	NodeName                               string   `protobuf:"bytes,3,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	Role                                   string   `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	MaxIal                                 float64  `protobuf:"fixed64,5,opt,name=max_ial,json=maxIal,proto3" json:"max_ial,omitempty"`
	MaxAal                                 float64  `protobuf:"fixed64,6,opt,name=max_aal,json=maxAal,proto3" json:"max_aal,omitempty"`
	Mq                                     []*MQ    `protobuf:"bytes,7,rep,name=mq,proto3" json:"mq,omitempty"`
	Active                                 bool     `protobuf:"varint,8,opt,name=active,proto3" json:"active,omitempty"`
	ProxyNodeId                            string   `protobuf:"bytes,9,opt,name=proxy_node_id,json=proxyNodeId,proto3" json:"proxy_node_id,omitempty"`
	ProxyConfig                            string   `protobuf:"bytes,10,opt,name=proxy_config,json=proxyConfig,proto3" json:"proxy_config,omitempty"`
	SupportedRequestMessageDataUrlTypeList []string `` /* 186-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                   struct{} `json:"-"`
	XXX_unrecognized                       []byte   `json:"-"`
	XXX_sizecache                          int32    `json:"-"`
}

func (*NodeDetail) Descriptor

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

func (*NodeDetail) GetActive

func (m *NodeDetail) GetActive() bool

func (*NodeDetail) GetMasterPublicKey

func (m *NodeDetail) GetMasterPublicKey() string

func (*NodeDetail) GetMaxAal

func (m *NodeDetail) GetMaxAal() float64

func (*NodeDetail) GetMaxIal

func (m *NodeDetail) GetMaxIal() float64

func (*NodeDetail) GetMq

func (m *NodeDetail) GetMq() []*MQ

func (*NodeDetail) GetNodeName

func (m *NodeDetail) GetNodeName() string

func (*NodeDetail) GetProxyConfig

func (m *NodeDetail) GetProxyConfig() string

func (*NodeDetail) GetProxyNodeId

func (m *NodeDetail) GetProxyNodeId() string

func (*NodeDetail) GetPublicKey

func (m *NodeDetail) GetPublicKey() string

func (*NodeDetail) GetRole

func (m *NodeDetail) GetRole() string

func (*NodeDetail) GetSupportedRequestMessageDataUrlTypeList

func (m *NodeDetail) GetSupportedRequestMessageDataUrlTypeList() []string

func (*NodeDetail) ProtoMessage

func (*NodeDetail) ProtoMessage()

func (*NodeDetail) Reset

func (m *NodeDetail) Reset()

func (*NodeDetail) String

func (m *NodeDetail) String() string

func (*NodeDetail) XXX_DiscardUnknown

func (m *NodeDetail) XXX_DiscardUnknown()

func (*NodeDetail) XXX_Marshal

func (m *NodeDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeDetail) XXX_Merge

func (m *NodeDetail) XXX_Merge(src proto.Message)

func (*NodeDetail) XXX_Size

func (m *NodeDetail) XXX_Size() int

func (*NodeDetail) XXX_Unmarshal

func (m *NodeDetail) XXX_Unmarshal(b []byte) error

type Proxy

type Proxy struct {
	ProxyNodeId          string   `protobuf:"bytes,1,opt,name=proxy_node_id,json=proxyNodeId,proto3" json:"proxy_node_id,omitempty"`
	Config               string   `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Proxy) Descriptor

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

func (*Proxy) GetConfig

func (m *Proxy) GetConfig() string

func (*Proxy) GetProxyNodeId

func (m *Proxy) GetProxyNodeId() string

func (*Proxy) ProtoMessage

func (*Proxy) ProtoMessage()

func (*Proxy) Reset

func (m *Proxy) Reset()

func (*Proxy) String

func (m *Proxy) String() string

func (*Proxy) XXX_DiscardUnknown

func (m *Proxy) XXX_DiscardUnknown()

func (*Proxy) XXX_Marshal

func (m *Proxy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Proxy) XXX_Merge

func (m *Proxy) XXX_Merge(src proto.Message)

func (*Proxy) XXX_Size

func (m *Proxy) XXX_Size() int

func (*Proxy) XXX_Unmarshal

func (m *Proxy) XXX_Unmarshal(b []byte) error

type RPList

type RPList struct {
	NodeId               []string `protobuf:"bytes,1,rep,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RPList) Descriptor

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

func (*RPList) GetNodeId

func (m *RPList) GetNodeId() []string

func (*RPList) ProtoMessage

func (*RPList) ProtoMessage()

func (*RPList) Reset

func (m *RPList) Reset()

func (*RPList) String

func (m *RPList) String() string

func (*RPList) XXX_DiscardUnknown

func (m *RPList) XXX_DiscardUnknown()

func (*RPList) XXX_Marshal

func (m *RPList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RPList) XXX_Merge

func (m *RPList) XXX_Merge(src proto.Message)

func (*RPList) XXX_Size

func (m *RPList) XXX_Size() int

func (*RPList) XXX_Unmarshal

func (m *RPList) XXX_Unmarshal(b []byte) error

type ReferenceGroup

type ReferenceGroup struct {
	Identities           []*IdentityInRefGroup `protobuf:"bytes,1,rep,name=identities,proto3" json:"identities,omitempty"`
	Idps                 []*IdPInRefGroup      `protobuf:"bytes,2,rep,name=idps,proto3" json:"idps,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReferenceGroup) Descriptor

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

func (*ReferenceGroup) GetIdentities

func (m *ReferenceGroup) GetIdentities() []*IdentityInRefGroup

func (*ReferenceGroup) GetIdps

func (m *ReferenceGroup) GetIdps() []*IdPInRefGroup

func (*ReferenceGroup) ProtoMessage

func (*ReferenceGroup) ProtoMessage()

func (*ReferenceGroup) Reset

func (m *ReferenceGroup) Reset()

func (*ReferenceGroup) String

func (m *ReferenceGroup) String() string

func (*ReferenceGroup) XXX_DiscardUnknown

func (m *ReferenceGroup) XXX_DiscardUnknown()

func (*ReferenceGroup) XXX_Marshal

func (m *ReferenceGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReferenceGroup) XXX_Merge

func (m *ReferenceGroup) XXX_Merge(src proto.Message)

func (*ReferenceGroup) XXX_Size

func (m *ReferenceGroup) XXX_Size() int

func (*ReferenceGroup) XXX_Unmarshal

func (m *ReferenceGroup) XXX_Unmarshal(b []byte) error

type Report

type Report struct {
	Method               string   `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Price                float64  `protobuf:"fixed64,2,opt,name=price,proto3" json:"price,omitempty"`
	Data                 string   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Report) Descriptor

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

func (*Report) GetData

func (m *Report) GetData() string

func (*Report) GetMethod

func (m *Report) GetMethod() string

func (*Report) GetPrice

func (m *Report) GetPrice() float64

func (*Report) ProtoMessage

func (*Report) ProtoMessage()

func (*Report) Reset

func (m *Report) Reset()

func (*Report) String

func (m *Report) String() string

func (*Report) XXX_DiscardUnknown

func (m *Report) XXX_DiscardUnknown()

func (*Report) XXX_Marshal

func (m *Report) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Report) XXX_Merge

func (m *Report) XXX_Merge(src proto.Message)

func (*Report) XXX_Size

func (m *Report) XXX_Size() int

func (*Report) XXX_Unmarshal

func (m *Report) XXX_Unmarshal(b []byte) error

type ReportList

type ReportList struct {
	Reports              []*Report `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ReportList) Descriptor

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

func (*ReportList) GetReports

func (m *ReportList) GetReports() []*Report

func (*ReportList) ProtoMessage

func (*ReportList) ProtoMessage()

func (*ReportList) Reset

func (m *ReportList) Reset()

func (*ReportList) String

func (m *ReportList) String() string

func (*ReportList) XXX_DiscardUnknown

func (m *ReportList) XXX_DiscardUnknown()

func (*ReportList) XXX_Marshal

func (m *ReportList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReportList) XXX_Merge

func (m *ReportList) XXX_Merge(src proto.Message)

func (*ReportList) XXX_Size

func (m *ReportList) XXX_Size() int

func (*ReportList) XXX_Unmarshal

func (m *ReportList) XXX_Unmarshal(b []byte) error

type Request

type Request struct {
	RequestId            string         `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	MinIdp               int64          `protobuf:"varint,2,opt,name=min_idp,json=minIdp,proto3" json:"min_idp,omitempty"`
	MinAal               float64        `protobuf:"fixed64,3,opt,name=min_aal,json=minAal,proto3" json:"min_aal,omitempty"`
	MinIal               float64        `protobuf:"fixed64,4,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	RequestTimeout       int64          `protobuf:"varint,5,opt,name=request_timeout,json=requestTimeout,proto3" json:"request_timeout,omitempty"`
	IdpIdList            []string       `protobuf:"bytes,6,rep,name=idp_id_list,json=idpIdList,proto3" json:"idp_id_list,omitempty"`
	DataRequestList      []*DataRequest `protobuf:"bytes,7,rep,name=data_request_list,json=dataRequestList,proto3" json:"data_request_list,omitempty"`
	RequestMessageHash   string         `protobuf:"bytes,8,opt,name=request_message_hash,json=requestMessageHash,proto3" json:"request_message_hash,omitempty"`
	ResponseList         []*Response    `protobuf:"bytes,9,rep,name=response_list,json=responseList,proto3" json:"response_list,omitempty"`
	Closed               bool           `protobuf:"varint,10,opt,name=closed,proto3" json:"closed,omitempty"`
	TimedOut             bool           `protobuf:"varint,11,opt,name=timed_out,json=timedOut,proto3" json:"timed_out,omitempty"`
	Purpose              string         `protobuf:"bytes,12,opt,name=purpose,proto3" json:"purpose,omitempty"`
	Owner                string         `protobuf:"bytes,13,opt,name=owner,proto3" json:"owner,omitempty"`
	Mode                 int32          `protobuf:"varint,14,opt,name=mode,proto3" json:"mode,omitempty"`
	UseCount             int64          `protobuf:"varint,15,opt,name=use_count,json=useCount,proto3" json:"use_count,omitempty"`
	CreationBlockHeight  int64          `protobuf:"varint,16,opt,name=creation_block_height,json=creationBlockHeight,proto3" json:"creation_block_height,omitempty"`
	ChainId              string         `protobuf:"bytes,17,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Request) Descriptor

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

func (*Request) GetChainId added in v0.11.0

func (m *Request) GetChainId() string

func (*Request) GetClosed

func (m *Request) GetClosed() bool

func (*Request) GetCreationBlockHeight added in v0.9.0

func (m *Request) GetCreationBlockHeight() int64

func (*Request) GetDataRequestList

func (m *Request) GetDataRequestList() []*DataRequest

func (*Request) GetIdpIdList added in v0.9.0

func (m *Request) GetIdpIdList() []string

func (*Request) GetMinAal

func (m *Request) GetMinAal() float64

func (*Request) GetMinIal

func (m *Request) GetMinIal() float64

func (*Request) GetMinIdp

func (m *Request) GetMinIdp() int64

func (*Request) GetMode

func (m *Request) GetMode() int32

func (*Request) GetOwner

func (m *Request) GetOwner() string

func (*Request) GetPurpose added in v0.9.0

func (m *Request) GetPurpose() string

func (*Request) GetRequestId

func (m *Request) GetRequestId() string

func (*Request) GetRequestMessageHash

func (m *Request) GetRequestMessageHash() string

func (*Request) GetRequestTimeout

func (m *Request) GetRequestTimeout() int64

func (*Request) GetResponseList

func (m *Request) GetResponseList() []*Response

func (*Request) GetTimedOut

func (m *Request) GetTimedOut() bool

func (*Request) GetUseCount added in v0.9.0

func (m *Request) GetUseCount() int64

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (m *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

type Response

type Response struct {
	Ial                  float64  `protobuf:"fixed64,1,opt,name=ial,proto3" json:"ial,omitempty"`
	Aal                  float64  `protobuf:"fixed64,2,opt,name=aal,proto3" json:"aal,omitempty"`
	Status               string   `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	Signature            string   `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	IdpId                string   `protobuf:"bytes,5,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	ValidIal             string   `protobuf:"bytes,6,opt,name=valid_ial,json=validIal,proto3" json:"valid_ial,omitempty"`
	ValidSignature       string   `protobuf:"bytes,7,opt,name=valid_signature,json=validSignature,proto3" json:"valid_signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Response) Descriptor

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

func (*Response) GetAal

func (m *Response) GetAal() float64

func (*Response) GetIal

func (m *Response) GetIal() float64

func (*Response) GetIdpId

func (m *Response) GetIdpId() string

func (*Response) GetSignature

func (m *Response) GetSignature() string

func (*Response) GetStatus

func (m *Response) GetStatus() string

func (*Response) GetValidIal

func (m *Response) GetValidIal() string

func (*Response) GetValidSignature

func (m *Response) GetValidSignature() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response) XXX_Merge

func (m *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

func (m *Response) XXX_Unmarshal(b []byte) error

type Service

type Service struct {
	ServiceId              string   `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	MinIal                 float64  `protobuf:"fixed64,2,opt,name=min_ial,json=minIal,proto3" json:"min_ial,omitempty"`
	MinAal                 float64  `protobuf:"fixed64,3,opt,name=min_aal,json=minAal,proto3" json:"min_aal,omitempty"`
	Active                 bool     `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	Suspended              bool     `protobuf:"varint,5,opt,name=suspended,proto3" json:"suspended,omitempty"`
	SupportedNamespaceList []string `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*Service) Descriptor

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

func (*Service) GetActive

func (m *Service) GetActive() bool

func (*Service) GetMinAal

func (m *Service) GetMinAal() float64

func (*Service) GetMinIal

func (m *Service) GetMinIal() float64

func (*Service) GetServiceId

func (m *Service) GetServiceId() string

func (*Service) GetSupportedNamespaceList

func (m *Service) GetSupportedNamespaceList() []string

func (*Service) GetSuspended

func (m *Service) GetSuspended() bool

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) Reset

func (m *Service) Reset()

func (*Service) String

func (m *Service) String() string

func (*Service) XXX_DiscardUnknown

func (m *Service) XXX_DiscardUnknown()

func (*Service) XXX_Marshal

func (m *Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Service) XXX_Merge

func (m *Service) XXX_Merge(src proto.Message)

func (*Service) XXX_Size

func (m *Service) XXX_Size() int

func (*Service) XXX_Unmarshal

func (m *Service) XXX_Unmarshal(b []byte) error

type ServiceDesList

type ServiceDesList struct {
	Node                 []*ASNode `protobuf:"bytes,1,rep,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ServiceDesList) Descriptor

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

func (*ServiceDesList) GetNode

func (m *ServiceDesList) GetNode() []*ASNode

func (*ServiceDesList) ProtoMessage

func (*ServiceDesList) ProtoMessage()

func (*ServiceDesList) Reset

func (m *ServiceDesList) Reset()

func (*ServiceDesList) String

func (m *ServiceDesList) String() string

func (*ServiceDesList) XXX_DiscardUnknown

func (m *ServiceDesList) XXX_DiscardUnknown()

func (*ServiceDesList) XXX_Marshal

func (m *ServiceDesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceDesList) XXX_Merge

func (m *ServiceDesList) XXX_Merge(src proto.Message)

func (*ServiceDesList) XXX_Size

func (m *ServiceDesList) XXX_Size() int

func (*ServiceDesList) XXX_Unmarshal

func (m *ServiceDesList) XXX_Unmarshal(b []byte) error

type ServiceDetail

type ServiceDetail struct {
	ServiceId            string   `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	ServiceName          string   `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	DataSchema           string   `protobuf:"bytes,3,opt,name=data_schema,json=dataSchema,proto3" json:"data_schema,omitempty"`
	DataSchemaVersion    string   `protobuf:"bytes,4,opt,name=data_schema_version,json=dataSchemaVersion,proto3" json:"data_schema_version,omitempty"`
	Active               bool     `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceDetail) Descriptor

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

func (*ServiceDetail) GetActive

func (m *ServiceDetail) GetActive() bool

func (*ServiceDetail) GetDataSchema added in v0.9.0

func (m *ServiceDetail) GetDataSchema() string

func (*ServiceDetail) GetDataSchemaVersion added in v0.9.0

func (m *ServiceDetail) GetDataSchemaVersion() string

func (*ServiceDetail) GetServiceId

func (m *ServiceDetail) GetServiceId() string

func (*ServiceDetail) GetServiceName

func (m *ServiceDetail) GetServiceName() string

func (*ServiceDetail) ProtoMessage

func (*ServiceDetail) ProtoMessage()

func (*ServiceDetail) Reset

func (m *ServiceDetail) Reset()

func (*ServiceDetail) String

func (m *ServiceDetail) String() string

func (*ServiceDetail) XXX_DiscardUnknown

func (m *ServiceDetail) XXX_DiscardUnknown()

func (*ServiceDetail) XXX_Marshal

func (m *ServiceDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceDetail) XXX_Merge

func (m *ServiceDetail) XXX_Merge(src proto.Message)

func (*ServiceDetail) XXX_Size

func (m *ServiceDetail) XXX_Size() int

func (*ServiceDetail) XXX_Unmarshal

func (m *ServiceDetail) XXX_Unmarshal(b []byte) error

type ServiceDetailList

type ServiceDetailList struct {
	Services             []*ServiceDetail `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ServiceDetailList) Descriptor

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

func (*ServiceDetailList) GetServices

func (m *ServiceDetailList) GetServices() []*ServiceDetail

func (*ServiceDetailList) ProtoMessage

func (*ServiceDetailList) ProtoMessage()

func (*ServiceDetailList) Reset

func (m *ServiceDetailList) Reset()

func (*ServiceDetailList) String

func (m *ServiceDetailList) String() string

func (*ServiceDetailList) XXX_DiscardUnknown

func (m *ServiceDetailList) XXX_DiscardUnknown()

func (*ServiceDetailList) XXX_Marshal

func (m *ServiceDetailList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceDetailList) XXX_Merge

func (m *ServiceDetailList) XXX_Merge(src proto.Message)

func (*ServiceDetailList) XXX_Size

func (m *ServiceDetailList) XXX_Size() int

func (*ServiceDetailList) XXX_Unmarshal

func (m *ServiceDetailList) XXX_Unmarshal(b []byte) error

type ServiceList

type ServiceList struct {
	Services             []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ServiceList) Descriptor

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

func (*ServiceList) GetServices

func (m *ServiceList) GetServices() []*Service

func (*ServiceList) ProtoMessage

func (*ServiceList) ProtoMessage()

func (*ServiceList) Reset

func (m *ServiceList) Reset()

func (*ServiceList) String

func (m *ServiceList) String() string

func (*ServiceList) XXX_DiscardUnknown

func (m *ServiceList) XXX_DiscardUnknown()

func (*ServiceList) XXX_Marshal

func (m *ServiceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceList) XXX_Merge

func (m *ServiceList) XXX_Merge(src proto.Message)

func (*ServiceList) XXX_Size

func (m *ServiceList) XXX_Size() int

func (*ServiceList) XXX_Unmarshal

func (m *ServiceList) XXX_Unmarshal(b []byte) error

type TimeOutBlockRegisterIdentity

type TimeOutBlockRegisterIdentity struct {
	TimeOutBlock         int64    `protobuf:"varint,1,opt,name=time_out_block,json=timeOutBlock,proto3" json:"time_out_block,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeOutBlockRegisterIdentity) Descriptor

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

func (*TimeOutBlockRegisterIdentity) GetTimeOutBlock

func (m *TimeOutBlockRegisterIdentity) GetTimeOutBlock() int64

func (*TimeOutBlockRegisterIdentity) ProtoMessage

func (*TimeOutBlockRegisterIdentity) ProtoMessage()

func (*TimeOutBlockRegisterIdentity) Reset

func (m *TimeOutBlockRegisterIdentity) Reset()

func (*TimeOutBlockRegisterIdentity) String

func (*TimeOutBlockRegisterIdentity) XXX_DiscardUnknown

func (m *TimeOutBlockRegisterIdentity) XXX_DiscardUnknown()

func (*TimeOutBlockRegisterIdentity) XXX_Marshal

func (m *TimeOutBlockRegisterIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeOutBlockRegisterIdentity) XXX_Merge

func (m *TimeOutBlockRegisterIdentity) XXX_Merge(src proto.Message)

func (*TimeOutBlockRegisterIdentity) XXX_Size

func (m *TimeOutBlockRegisterIdentity) XXX_Size() int

func (*TimeOutBlockRegisterIdentity) XXX_Unmarshal

func (m *TimeOutBlockRegisterIdentity) XXX_Unmarshal(b []byte) error

type Token added in v0.11.1

type Token struct {
	Amount               float64  `protobuf:"fixed64,1,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Token) Descriptor added in v0.11.1

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

func (*Token) GetAmount added in v0.11.1

func (m *Token) GetAmount() float64

func (*Token) ProtoMessage added in v0.11.1

func (*Token) ProtoMessage()

func (*Token) Reset added in v0.11.1

func (m *Token) Reset()

func (*Token) String added in v0.11.1

func (m *Token) String() string

func (*Token) XXX_DiscardUnknown added in v0.11.1

func (m *Token) XXX_DiscardUnknown()

func (*Token) XXX_Marshal added in v0.11.1

func (m *Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Token) XXX_Merge added in v0.11.1

func (m *Token) XXX_Merge(src proto.Message)

func (*Token) XXX_Size added in v0.11.1

func (m *Token) XXX_Size() int

func (*Token) XXX_Unmarshal added in v0.11.1

func (m *Token) XXX_Unmarshal(b []byte) error

type TokenPrice added in v0.11.1

type TokenPrice struct {
	Price                float64  `protobuf:"fixed64,1,opt,name=price,proto3" json:"price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TokenPrice) Descriptor added in v0.11.1

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

func (*TokenPrice) GetPrice added in v0.11.1

func (m *TokenPrice) GetPrice() float64

func (*TokenPrice) ProtoMessage added in v0.11.1

func (*TokenPrice) ProtoMessage()

func (*TokenPrice) Reset added in v0.11.1

func (m *TokenPrice) Reset()

func (*TokenPrice) String added in v0.11.1

func (m *TokenPrice) String() string

func (*TokenPrice) XXX_DiscardUnknown added in v0.11.1

func (m *TokenPrice) XXX_DiscardUnknown()

func (*TokenPrice) XXX_Marshal added in v0.11.1

func (m *TokenPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenPrice) XXX_Merge added in v0.11.1

func (m *TokenPrice) XXX_Merge(src proto.Message)

func (*TokenPrice) XXX_Size added in v0.11.1

func (m *TokenPrice) XXX_Size() int

func (*TokenPrice) XXX_Unmarshal added in v0.11.1

func (m *TokenPrice) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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