client

package
v1.1.24 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Overview

PulseHA - HA Cluster Daemon Copyright (C) 2017-2020 Andrew Zak <andrew@linux.com>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Connection *grpc.ClientConn
	Requester  rpc.ServerClient
}

func (*Client) Close

func (c *Client) Close()

* Close the client connection

func (*Client) Connect

func (c *Client) Connect(ip, port, hostname string, tlsEnabled bool) error

* Note: Hostname is required for TLS as the certs are named after the hostname.

func (*Client) GetProtoFuncList

func (c *Client) GetProtoFuncList() map[string]interface{}

*

func (*Client) New

func (c *Client) New()

*

Create new PulseHA client

func (*Client) Send

func (c *Client) Send(funcName ProtoFunction, data interface{}) (interface{}, error)

* Send a specific GRPC call

type ProtoFunction

type ProtoFunction int

This should probably go into an enums folder

const (
	SendConfigSync ProtoFunction = 1 + iota
	SendJoin
	SendLeave
	SendMakePassive
	SendBringUpIP
	SendBringDownIP
	SendHealthCheck
	SendPromote
	SendLogs
	SendRemove
)

func (ProtoFunction) String

func (p ProtoFunction) String() string

Jump to

Keyboard shortcuts

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