api

package
v0.0.0-...-ab92145 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func RegisterGeneratorAdminServer

func RegisterGeneratorAdminServer(s *grpc.Server, srv GeneratorAdminServer)

Types

type AddIdentityProviderRequest

type AddIdentityProviderRequest struct {
	IdentityProviderUrl string `protobuf:"bytes,1,opt,name=identityProviderUrl,proto3" json:"identityProviderUrl,omitempty"`
	EmailOrPhone        string `protobuf:"bytes,2,opt,name=emailOrPhone,proto3" json:"emailOrPhone,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIdentityProviderRequest) Descriptor deprecated

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

Deprecated: Use AddIdentityProviderRequest.ProtoReflect.Descriptor instead.

func (*AddIdentityProviderRequest) GetEmailOrPhone

func (x *AddIdentityProviderRequest) GetEmailOrPhone() string

func (*AddIdentityProviderRequest) GetIdentityProviderUrl

func (x *AddIdentityProviderRequest) GetIdentityProviderUrl() string

func (*AddIdentityProviderRequest) ProtoMessage

func (*AddIdentityProviderRequest) ProtoMessage()

func (*AddIdentityProviderRequest) ProtoReflect

func (*AddIdentityProviderRequest) Reset

func (x *AddIdentityProviderRequest) Reset()

func (*AddIdentityProviderRequest) String

func (x *AddIdentityProviderRequest) String() string

type AddIdentityProviderResponse

type AddIdentityProviderResponse struct {
	Response            string `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	IdentityProviderId  string `protobuf:"bytes,2,opt,name=identityProviderId,proto3" json:"identityProviderId,omitempty"`
	IdentityProviderUrl string `protobuf:"bytes,3,opt,name=identityProviderUrl,proto3" json:"identityProviderUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*AddIdentityProviderResponse) Descriptor deprecated

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

Deprecated: Use AddIdentityProviderResponse.ProtoReflect.Descriptor instead.

func (*AddIdentityProviderResponse) GetIdentityProviderId

func (x *AddIdentityProviderResponse) GetIdentityProviderId() string

func (*AddIdentityProviderResponse) GetIdentityProviderUrl

func (x *AddIdentityProviderResponse) GetIdentityProviderUrl() string

func (*AddIdentityProviderResponse) GetResponse

func (x *AddIdentityProviderResponse) GetResponse() string

func (*AddIdentityProviderResponse) ProtoMessage

func (*AddIdentityProviderResponse) ProtoMessage()

func (*AddIdentityProviderResponse) ProtoReflect

func (*AddIdentityProviderResponse) Reset

func (x *AddIdentityProviderResponse) Reset()

func (*AddIdentityProviderResponse) String

func (x *AddIdentityProviderResponse) String() string

type AddWalletRequest

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

func (*AddWalletRequest) Descriptor deprecated

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

Deprecated: Use AddWalletRequest.ProtoReflect.Descriptor instead.

func (*AddWalletRequest) GetQRcode

func (x *AddWalletRequest) GetQRcode() string

func (*AddWalletRequest) ProtoMessage

func (*AddWalletRequest) ProtoMessage()

func (*AddWalletRequest) ProtoReflect

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

func (*AddWalletRequest) Reset

func (x *AddWalletRequest) Reset()

func (*AddWalletRequest) String

func (x *AddWalletRequest) String() string

type AddWalletResponse

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

func (*AddWalletResponse) Descriptor deprecated

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

Deprecated: Use AddWalletResponse.ProtoReflect.Descriptor instead.

func (*AddWalletResponse) ProtoMessage

func (*AddWalletResponse) ProtoMessage()

func (*AddWalletResponse) ProtoReflect

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

func (*AddWalletResponse) Reset

func (x *AddWalletResponse) Reset()

func (*AddWalletResponse) String

func (x *AddWalletResponse) String() string

type ApproveWalletSharingRequestRequest

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

func (*ApproveWalletSharingRequestRequest) Descriptor deprecated

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

Deprecated: Use ApproveWalletSharingRequestRequest.ProtoReflect.Descriptor instead.

func (*ApproveWalletSharingRequestRequest) GetRequestHash

func (x *ApproveWalletSharingRequestRequest) GetRequestHash() string

func (*ApproveWalletSharingRequestRequest) ProtoMessage

func (*ApproveWalletSharingRequestRequest) ProtoMessage()

func (*ApproveWalletSharingRequestRequest) ProtoReflect

func (*ApproveWalletSharingRequestRequest) Reset

func (*ApproveWalletSharingRequestRequest) String

type ApproveWalletSharingRequestResponse

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

func (*ApproveWalletSharingRequestResponse) Descriptor deprecated

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

Deprecated: Use ApproveWalletSharingRequestResponse.ProtoReflect.Descriptor instead.

func (*ApproveWalletSharingRequestResponse) ProtoMessage

func (*ApproveWalletSharingRequestResponse) ProtoMessage()

func (*ApproveWalletSharingRequestResponse) ProtoReflect

func (*ApproveWalletSharingRequestResponse) Reset

func (*ApproveWalletSharingRequestResponse) String

type BluetoothEncryptionContainer

type BluetoothEncryptionContainer struct {
	Iv         string `protobuf:"bytes,1,opt,name=iv,proto3" json:"iv,omitempty"`
	Ciphertext string `protobuf:"bytes,2,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	// contains filtered or unexported fields
}

func (*BluetoothEncryptionContainer) Descriptor deprecated

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

Deprecated: Use BluetoothEncryptionContainer.ProtoReflect.Descriptor instead.

func (*BluetoothEncryptionContainer) GetCiphertext

func (x *BluetoothEncryptionContainer) GetCiphertext() string

func (*BluetoothEncryptionContainer) GetIv

func (*BluetoothEncryptionContainer) ProtoMessage

func (*BluetoothEncryptionContainer) ProtoMessage()

func (*BluetoothEncryptionContainer) ProtoReflect

func (*BluetoothEncryptionContainer) Reset

func (x *BluetoothEncryptionContainer) Reset()

func (*BluetoothEncryptionContainer) String

type ConfirmIdentityProviderRequest

type ConfirmIdentityProviderRequest struct {
	IdentityProviderUrl string `protobuf:"bytes,1,opt,name=identityProviderUrl,proto3" json:"identityProviderUrl,omitempty"`
	IdentityProviderId  string `protobuf:"bytes,2,opt,name=identityProviderId,proto3" json:"identityProviderId,omitempty"`
	ConfirmationCode    string `protobuf:"bytes,3,opt,name=confirmationCode,proto3" json:"confirmationCode,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfirmIdentityProviderRequest) Descriptor deprecated

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

Deprecated: Use ConfirmIdentityProviderRequest.ProtoReflect.Descriptor instead.

func (*ConfirmIdentityProviderRequest) GetConfirmationCode

func (x *ConfirmIdentityProviderRequest) GetConfirmationCode() string

func (*ConfirmIdentityProviderRequest) GetIdentityProviderId

func (x *ConfirmIdentityProviderRequest) GetIdentityProviderId() string

func (*ConfirmIdentityProviderRequest) GetIdentityProviderUrl

func (x *ConfirmIdentityProviderRequest) GetIdentityProviderUrl() string

func (*ConfirmIdentityProviderRequest) ProtoMessage

func (*ConfirmIdentityProviderRequest) ProtoMessage()

func (*ConfirmIdentityProviderRequest) ProtoReflect

func (*ConfirmIdentityProviderRequest) Reset

func (x *ConfirmIdentityProviderRequest) Reset()

func (*ConfirmIdentityProviderRequest) String

type ConfirmIdentityProviderResponse

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

func (*ConfirmIdentityProviderResponse) Descriptor deprecated

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

Deprecated: Use ConfirmIdentityProviderResponse.ProtoReflect.Descriptor instead.

func (*ConfirmIdentityProviderResponse) GetResponse

func (x *ConfirmIdentityProviderResponse) GetResponse() string

func (*ConfirmIdentityProviderResponse) ProtoMessage

func (*ConfirmIdentityProviderResponse) ProtoMessage()

func (*ConfirmIdentityProviderResponse) ProtoReflect

func (*ConfirmIdentityProviderResponse) Reset

func (*ConfirmIdentityProviderResponse) String

type DeleteWalletSharingRequestRequest

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

func (*DeleteWalletSharingRequestRequest) Descriptor deprecated

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

Deprecated: Use DeleteWalletSharingRequestRequest.ProtoReflect.Descriptor instead.

func (*DeleteWalletSharingRequestRequest) GetRequestHash

func (x *DeleteWalletSharingRequestRequest) GetRequestHash() string

func (*DeleteWalletSharingRequestRequest) ProtoMessage

func (*DeleteWalletSharingRequestRequest) ProtoMessage()

func (*DeleteWalletSharingRequestRequest) ProtoReflect

func (*DeleteWalletSharingRequestRequest) Reset

func (*DeleteWalletSharingRequestRequest) String

type DeleteWalletSharingRequestResponse

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

func (*DeleteWalletSharingRequestResponse) Descriptor deprecated

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

Deprecated: Use DeleteWalletSharingRequestResponse.ProtoReflect.Descriptor instead.

func (*DeleteWalletSharingRequestResponse) ProtoMessage

func (*DeleteWalletSharingRequestResponse) ProtoMessage()

func (*DeleteWalletSharingRequestResponse) ProtoReflect

func (*DeleteWalletSharingRequestResponse) Reset

func (*DeleteWalletSharingRequestResponse) String

type GeneratorAdminClient

GeneratorAdminClient is the client API for GeneratorAdmin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type GetBluetoothEndpointsDescriptorsRequest

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

func (*GetBluetoothEndpointsDescriptorsRequest) Descriptor deprecated

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

Deprecated: Use GetBluetoothEndpointsDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*GetBluetoothEndpointsDescriptorsRequest) ProtoMessage

func (*GetBluetoothEndpointsDescriptorsRequest) ProtoReflect

func (*GetBluetoothEndpointsDescriptorsRequest) Reset

func (*GetBluetoothEndpointsDescriptorsRequest) String

type GetBluetoothEndpointsDescriptorsResponse

type GetBluetoothEndpointsDescriptorsResponse struct {
	Endpoints map[string]string `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetBluetoothEndpointsDescriptorsResponse) Descriptor deprecated

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

Deprecated: Use GetBluetoothEndpointsDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*GetBluetoothEndpointsDescriptorsResponse) GetEndpoints

func (*GetBluetoothEndpointsDescriptorsResponse) ProtoMessage

func (*GetBluetoothEndpointsDescriptorsResponse) ProtoReflect

func (*GetBluetoothEndpointsDescriptorsResponse) Reset

func (*GetBluetoothEndpointsDescriptorsResponse) String

type GetWalletSharingRequestsRequest

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

func (*GetWalletSharingRequestsRequest) Descriptor deprecated

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

Deprecated: Use GetWalletSharingRequestsRequest.ProtoReflect.Descriptor instead.

func (*GetWalletSharingRequestsRequest) ProtoMessage

func (*GetWalletSharingRequestsRequest) ProtoMessage()

func (*GetWalletSharingRequestsRequest) ProtoReflect

func (*GetWalletSharingRequestsRequest) Reset

func (*GetWalletSharingRequestsRequest) String

type GetWalletSharingRequestsResponse

type GetWalletSharingRequestsResponse struct {
	Requests []*WalletSharingRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWalletSharingRequestsResponse) Descriptor deprecated

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

Deprecated: Use GetWalletSharingRequestsResponse.ProtoReflect.Descriptor instead.

func (*GetWalletSharingRequestsResponse) GetRequests

func (*GetWalletSharingRequestsResponse) ProtoMessage

func (*GetWalletSharingRequestsResponse) ProtoMessage()

func (*GetWalletSharingRequestsResponse) ProtoReflect

func (*GetWalletSharingRequestsResponse) Reset

func (*GetWalletSharingRequestsResponse) String

type IdentityProvider

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

func (*IdentityProvider) Descriptor deprecated

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

Deprecated: Use IdentityProvider.ProtoReflect.Descriptor instead.

func (*IdentityProvider) GetId

func (x *IdentityProvider) GetId() string

func (*IdentityProvider) GetUrl

func (x *IdentityProvider) GetUrl() string

func (*IdentityProvider) ProtoMessage

func (*IdentityProvider) ProtoMessage()

func (*IdentityProvider) ProtoReflect

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

func (*IdentityProvider) Reset

func (x *IdentityProvider) Reset()

func (*IdentityProvider) String

func (x *IdentityProvider) String() string

type ListIdentityProvidersRequest

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

func (*ListIdentityProvidersRequest) Descriptor deprecated

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

Deprecated: Use ListIdentityProvidersRequest.ProtoReflect.Descriptor instead.

func (*ListIdentityProvidersRequest) ProtoMessage

func (*ListIdentityProvidersRequest) ProtoMessage()

func (*ListIdentityProvidersRequest) ProtoReflect

func (*ListIdentityProvidersRequest) Reset

func (x *ListIdentityProvidersRequest) Reset()

func (*ListIdentityProvidersRequest) String

type ListIdentityProvidersResponse

type ListIdentityProvidersResponse struct {
	IdentityProviders []*IdentityProvider `protobuf:"bytes,1,rep,name=identityProviders,proto3" json:"identityProviders,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIdentityProvidersResponse) Descriptor deprecated

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

Deprecated: Use ListIdentityProvidersResponse.ProtoReflect.Descriptor instead.

func (*ListIdentityProvidersResponse) GetIdentityProviders

func (x *ListIdentityProvidersResponse) GetIdentityProviders() []*IdentityProvider

func (*ListIdentityProvidersResponse) ProtoMessage

func (*ListIdentityProvidersResponse) ProtoMessage()

func (*ListIdentityProvidersResponse) ProtoReflect

func (*ListIdentityProvidersResponse) Reset

func (x *ListIdentityProvidersResponse) Reset()

func (*ListIdentityProvidersResponse) String

type ListNonRegisteredDevicesRequest

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

func (*ListNonRegisteredDevicesRequest) Descriptor deprecated

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

Deprecated: Use ListNonRegisteredDevicesRequest.ProtoReflect.Descriptor instead.

func (*ListNonRegisteredDevicesRequest) ProtoMessage

func (*ListNonRegisteredDevicesRequest) ProtoMessage()

func (*ListNonRegisteredDevicesRequest) ProtoReflect

func (*ListNonRegisteredDevicesRequest) Reset

func (*ListNonRegisteredDevicesRequest) String

type ListNonRegisteredDevicesResponse

type ListNonRegisteredDevicesResponse struct {
	Devices []string `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNonRegisteredDevicesResponse) Descriptor deprecated

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

Deprecated: Use ListNonRegisteredDevicesResponse.ProtoReflect.Descriptor instead.

func (*ListNonRegisteredDevicesResponse) GetDevices

func (x *ListNonRegisteredDevicesResponse) GetDevices() []string

func (*ListNonRegisteredDevicesResponse) ProtoMessage

func (*ListNonRegisteredDevicesResponse) ProtoMessage()

func (*ListNonRegisteredDevicesResponse) ProtoReflect

func (*ListNonRegisteredDevicesResponse) Reset

func (*ListNonRegisteredDevicesResponse) String

type ListWalletsRequest

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

func (*ListWalletsRequest) Descriptor deprecated

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

Deprecated: Use ListWalletsRequest.ProtoReflect.Descriptor instead.

func (*ListWalletsRequest) ProtoMessage

func (*ListWalletsRequest) ProtoMessage()

func (*ListWalletsRequest) ProtoReflect

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

func (*ListWalletsRequest) Reset

func (x *ListWalletsRequest) Reset()

func (*ListWalletsRequest) String

func (x *ListWalletsRequest) String() string

type ListWalletsResponse

type ListWalletsResponse struct {
	Wallets []string `protobuf:"bytes,1,rep,name=wallets,proto3" json:"wallets,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWalletsResponse) Descriptor deprecated

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

Deprecated: Use ListWalletsResponse.ProtoReflect.Descriptor instead.

func (*ListWalletsResponse) GetWallets

func (x *ListWalletsResponse) GetWallets() []string

func (*ListWalletsResponse) ProtoMessage

func (*ListWalletsResponse) ProtoMessage()

func (*ListWalletsResponse) ProtoReflect

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

func (*ListWalletsResponse) Reset

func (x *ListWalletsResponse) Reset()

func (*ListWalletsResponse) String

func (x *ListWalletsResponse) String() string

type RegisterDeviceRequest

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

func (*RegisterDeviceRequest) Descriptor deprecated

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

Deprecated: Use RegisterDeviceRequest.ProtoReflect.Descriptor instead.

func (*RegisterDeviceRequest) GetDevID

func (x *RegisterDeviceRequest) GetDevID() string

func (*RegisterDeviceRequest) ProtoMessage

func (*RegisterDeviceRequest) ProtoMessage()

func (*RegisterDeviceRequest) ProtoReflect

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

func (*RegisterDeviceRequest) Reset

func (x *RegisterDeviceRequest) Reset()

func (*RegisterDeviceRequest) String

func (x *RegisterDeviceRequest) String() string

type RegisterDeviceResponse

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

func (*RegisterDeviceResponse) Descriptor deprecated

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

Deprecated: Use RegisterDeviceResponse.ProtoReflect.Descriptor instead.

func (*RegisterDeviceResponse) ProtoMessage

func (*RegisterDeviceResponse) ProtoMessage()

func (*RegisterDeviceResponse) ProtoReflect

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

func (*RegisterDeviceResponse) Reset

func (x *RegisterDeviceResponse) Reset()

func (*RegisterDeviceResponse) String

func (x *RegisterDeviceResponse) String() string

type UnimplementedGeneratorAdminServer

type UnimplementedGeneratorAdminServer struct {
}

UnimplementedGeneratorAdminServer can be embedded to have forward compatible implementations.

func (*UnimplementedGeneratorAdminServer) AddIdentityProvider

func (*UnimplementedGeneratorAdminServer) AddWallet

func (*UnimplementedGeneratorAdminServer) ListIdentityProviders

func (*UnimplementedGeneratorAdminServer) ListWallets

func (*UnimplementedGeneratorAdminServer) RegisterDevice

type WalletSharingRequest

type WalletSharingRequest struct {
	QRcode      string `protobuf:"bytes,1,opt,name=QRcode,proto3" json:"QRcode,omitempty"`
	Comment     string `protobuf:"bytes,2,opt,name=comment,proto3" json:"comment,omitempty"`
	RequestHash string `protobuf:"bytes,3,opt,name=requestHash,proto3" json:"requestHash,omitempty"`
	// contains filtered or unexported fields
}

func (*WalletSharingRequest) Descriptor deprecated

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

Deprecated: Use WalletSharingRequest.ProtoReflect.Descriptor instead.

func (*WalletSharingRequest) GetComment

func (x *WalletSharingRequest) GetComment() string

func (*WalletSharingRequest) GetQRcode

func (x *WalletSharingRequest) GetQRcode() string

func (*WalletSharingRequest) GetRequestHash

func (x *WalletSharingRequest) GetRequestHash() string

func (*WalletSharingRequest) ProtoMessage

func (*WalletSharingRequest) ProtoMessage()

func (*WalletSharingRequest) ProtoReflect

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

func (*WalletSharingRequest) Reset

func (x *WalletSharingRequest) Reset()

func (*WalletSharingRequest) String

func (x *WalletSharingRequest) String() string

Jump to

Keyboard shortcuts

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