Files
p9/cmd/wallet/config.go
Loki Verloren 0e2bba237a initial commit
2021-05-03 10:43:10 +02:00

10 lines
226 B
Go

package wallet
// Options contains the required options for running the legacy RPC server.
type Options struct {
Username string
Password string
MaxPOSTClients int64
MaxWebsocketClients int64
}