Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProtocolNative is the native got protocol directly over INET256 ProtocolNative = "got" // ProtocolQUIC is the got protocol over QUIC ProtocolQUIC = "quic" // ProtocolGRPC is the gRPC based protocol in the gotgrpc package ProtocolGRPC = "grpc" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpaceURL ¶
URL points to a Got Space
func NewGRPCSpace ¶
func NewNativeSpace ¶
func NewQUICSpace ¶
func ParseSpaceURL ¶
Click to show internal directories.
Click to hide internal directories.