http

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendApplicationID added in v0.5.0

func AppendApplicationID(applicationID string)

func RegisterRoutes

func RegisterRoutes() (http.Handler, error)

Types

type ApplicationStatus added in v0.5.0

type ApplicationStatus struct {
	ListenersStatuses []ListenerStatus `json:"listeners"`
	DTEnabled         bool             `json:"distributed_transaction_enabled"`
	IsMaster          bool             `json:"is_master"`
}

type ListenerStatus

type ListenerStatus struct {
	ProtocolType  string               `json:"protocol_type"`
	SocketAddress config.SocketAddress `json:"socket_address"`
	Active        bool                 `json:"active"`
}

Jump to

Keyboard shortcuts

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