Versions in this module Expand all Collapse all v1 v1.0.1 Mar 15, 2017 Changes in this version + func DisableLog() + func FileExists(name string) bool + func ParseListeners(addrs []string) ([]string, []string, error) + func UseLogger(logger btclog.Logger) + type Config struct + Cert string + DisableTLS bool + Key string + LimitPass string + LimitUser string + Listeners []string + MaxClients uint32 + Pass string + User string + type Server struct + func NewRPCServer(cfg *Config) (*Server, error) + func (s *Server) GRPC() *grpc.Server + func (s *Server) RestrictAdmin(ctx context.Context) codes.Code + func (s *Server) RestrictAuth(ctx context.Context) codes.Code + func (s *Server) Running() bool + func (s *Server) Start() + func (s *Server) Stop() error