Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthServer ¶
type AuthServer struct { Bc *blockchain.Blockchain Pbft *pbft.Pbft App *iris.Application // contains filtered or unexported fields }
func InitAuthServer ¶
func InitAuthServer(cfgPath string, bc *blockchain.Blockchain, logger *log.Logger) (*AuthServer, error)
func (*AuthServer) Start ¶
func (au *AuthServer) Start()
Click to show internal directories.
Click to hide internal directories.