Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exposure ¶
type Exposure struct {
// Hostname is the domain name to expose the service, eg. hello.strrl.dev
Hostname string
// ServiceTarget is the url of the service to expose, eg. http://10.109.94.106:9117
ServiceTarget string
// PathPrefix is the path prefix to expose the service, eg. /hello
PathPrefix string
// IsDeleted is the flag to indicate if the exposure is deleted.
IsDeleted bool
}
Exposure is the minimal information for exposing a service.
Click to show internal directories.
Click to hide internal directories.