Versions in this module Expand all Collapse all v0 v0.1.8 Feb 20, 2026 Changes in this version + func BuildRequestTime() (float64, error) + func ClientBuildSuccess() (int, error) + func IncomingBW() (int, error) + func KnownPeers() (int, error) + func OutgoingBw() (int, error) + func ParticipatingAverageTunnels() (int, error) + func ParticipatingHourAverageTunnels() (int, error) + func RateStatExact(Stat string, Period int) (float64, error) + func ReceiveBpsHourAverage() (int, error) + func SendBpsHourAverage() (int, error) + func UpTime() (int64, error) + func Upnp() (string, error) + func Version() (string, error) v0.1.7 Nov 8, 2024 Changes in this version + var RPCOpts *jsonrpc.RPCClientOpts + func Authenticate(password string) (int, error) + func Call(method string, params interface{}) (map[string]interface{}, error) + func Echo(echo string) (string, error) + func ExploratoryBuildExpire() (int, error) + func ExploratoryBuildExpirePercentage() (int, error) + func ExploratoryBuildReject() (int, error) + func ExploratoryBuildRejectPercentage() (int, error) + func ExploratoryBuildSuccess() (int, error) + func ExploratoryBuildSuccessPercentage() (int, error) + func FindUpdates() (bool, error) + func Initialize(host, port, path string) + func InitializeWithSelfSignedCert(host, port, path, cert string) error + func NetStatus() (string, error) + func ParticipatingTunnels() (int, error) + func RateStat(Stat string, Period int) (int, error) + func ReceiveBps() (int, error) + func Reseeding() (bool, error) + func Restart() (string, error) + func RestartGraceful() (string, error) + func SendBps() (int, error) + func Shutdown() (string, error) + func ShutdownGraceful() (string, error) + func Status() (string, error) + func Update() (string, error)