Documentation ¶
Index ¶
Constants ¶
View Source
const AddIdentityProvider = "addIdentityProvider"
View Source
const AddWallet = "addWallet"
View Source
const ApproveWalletSharingRequest = "approveWalletSharingRequest"
View Source
const ConfirmIdentityProvider = "confirmIdentityProvider"
View Source
const DeleteWalletSharingRequest = "deleteWalletSharingRequest"
View Source
const GetEndPointsDescriptorsNotifyHandlerUUID = "getEndPointsDescriptorsNotifyHandlerUUID"
View Source
const GetEndPointsDescriptorsWriteHandlerUUID = "getEndPointsDescriptorsWriteHandlerUUID"
View Source
const GetWalletSharingRequests = "getWalletSharingRequests"
View Source
const IBeaconUUID = "5AFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
View Source
const ListIdentityProviders = "listIdentityProviders"
View Source
const ListNonRegisteredDevices = "listNonRegisteredDevices"
View Source
const ListWallets = "listWallets"
View Source
const NotifyHandlerUUID = "NotifyHandlerUUID"
View Source
const RegisterDevice = "registerDevice"
View Source
const ServiceUUID = "serviceUUID"
View Source
const WriteHandlerUUID = "WriteHandlerUUID"
Variables ¶
View Source
var BluetoothAESSecret string
View Source
var BluetoothEncryption = false
View Source
var BluetoothEndpointsConfiguration = map[string]string{}
View Source
var BluetoothOTPToken string
View Source
var DataStorageCredentials map[string]string
View Source
var DisableUSBSecurity = false
View Source
var EnableBluetooth = false
View Source
var ExternalUrls []string
View Source
var Fail2BanDataStorageCredentials map[string]string
View Source
var Fail2BanStorageType string
View Source
var Fail2BanTTL int64
View Source
var GRPCEndPoints = map[string]string{ "ListIdentityProviders": ListIdentityProviders, "AddIdentityProvider": AddIdentityProvider, "ConfirmIdentityProvider": ConfirmIdentityProvider, "RegisterDevice": RegisterDevice, "ListNonRegisteredDevices": ListNonRegisteredDevices, "AddWallet": AddWallet, "ListWallets": ListWallets, "GetWalletSharingRequests": GetWalletSharingRequests, "ApproveWalletSharingRequest": ApproveWalletSharingRequest, "DeleteWalletSharingRequest": DeleteWalletSharingRequest, }
View Source
var ListenGRPCAddress = "localhost:6666"
View Source
var ListenHTTPAddress = ":8081"
View Source
var PublicPort = "8081"
View Source
var SameNetwork = true
View Source
var StorageType string
View Source
var TokenTTL = time.Duration(300)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.