consul

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyService

func CopyService(service *discovery.Service) *discovery.Service

func GetOutBoundIp

func GetOutBoundIp() string

GetOutBoundIp 获取本地外网IP

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(opts ...discovery.Option) (*Client, error)

func (*Client) Delete

func (s *Client) Delete(key string) error

func (*Client) Deregister

func (s *Client) Deregister() error

func (*Client) Get

func (s *Client) Get(key string) ([]byte, error)

func (*Client) List

func (s *Client) List(key string) (map[string][]byte, error)

func (*Client) Register

func (s *Client) Register() error

func (*Client) Set

func (s *Client) Set(key string, value string) error

func (*Client) SetTags

func (s *Client) SetTags(tags ...string)

SetTags set tags []string

type Server

type Server struct {
	Service string
	healthgrpc.UnimplementedHealthServer
	// contains filtered or unexported fields
}

Server implements `service Health`.

func NewServer

func NewServer(serviceName string, c *Client) *Server

NewServer returns a new Server.

func (*Server) Check

Check implements `service Health`.

func (*Server) Resume

func (s *Server) Resume()

Resume sets all serving status to SERVING, and configures the server to accept all future status changes.

This changes serving status for all services. To set status for a particular services, call SetServingStatus().

func (*Server) SetServingStatus

func (s *Server) SetServingStatus(service string, servingStatus healthpb.HealthCheckResponse_ServingStatus)

SetServingStatus is called when need to reset the serving status of a service or insert a new service entry into the statusMap.

func (*Server) Shutdown

func (s *Server) Shutdown()

Shutdown sets all serving status to NOT_SERVING, and configures the server to ignore all future status changes.

This changes serving status for all services. To set status for a particular services, call SetServingStatus().

func (*Server) Watch

Watch implements `service Health`.

type Watcher

type Watcher struct {
	// contains filtered or unexported fields
}

func (*Watcher) Next

func (cw *Watcher) Next() (*watcher.Result, error)

func (*Watcher) Stop

func (cw *Watcher) Stop()

Jump to

Keyboard shortcuts

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