externalnode

package
v0.6.318 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FriendlyNetworkStatus

func FriendlyNetworkStatus(s nodev1.NetworkMemberStatus) string

FriendlyNetworkStatus returns a human-readable label for a NetworkMemberStatus.

Types

type NodeClientFactory

type NodeClientFactory interface {
	NewNodeClient(provider TokenProvider, baseURL string) nodev1connect.ExternalNodeServiceClient
}

NodeClientFactory creates ConnectRPC ExternalNodeService clients.

type PlatformChecker

type PlatformChecker interface {
	IsCompatible() bool
}

PlatformChecker checks whether the current platform is supported.

type TokenProvider

type TokenProvider interface {
	GetAccessToken() (string, error)
}

TokenProvider abstracts access token retrieval for authenticated RPC calls.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL