servertype

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerType

type ServerType string

ServerType is a string which describes which type of server it is

const (
	Follower        ServerType = "follower"         // All servers that are not audit or federated, are followers (may or may not have an identity)
	AuditServer     ServerType = "audit server"     // Audit serveres have identities
	FederatedServer ServerType = "federated server" // Federated servers have identities
)

func GetServerType

func GetServerType(list *state.ProcessList, state *state.State) ServerType

GetServerType returns the server's type

Jump to

Keyboard shortcuts

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