Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HostAddress is the address of the instance. HostAddress string = "HOST_ADDRESS" // DaprHTTPPort is the dapr api http port. DaprHTTPPort string = "DAPR_HTTP_PORT" // DaprPort is the dapr internal grpc port (sidecar to sidecar). DaprPort string = "DAPR_PORT" // AppPort is the port of the application, http/grpc depending on mode. AppPort string = "APP_PORT" // AppID is the ID of the application. AppID string = "APP_ID" )
View Source
const DefaultNamespace = "default"
DefaultNamespace is the default kubernetes namespace.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolveRequest ¶
ResolveRequest represents service discovery resolver request.
func NewResolveRequest ¶
func NewResolveRequest() *ResolveRequest
NewResolveRequest creates ResolveRequest with the default namespace.
Click to show internal directories.
Click to hide internal directories.