fortioserver

package
v0.0.0-...-4638b96 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalCompConfig

type LocalCompConfig struct {
	framework.Config
	LogFile string
}

LocalCompConfig contains configs for LocalComponent

type LocalCompStatus

type LocalCompStatus struct {
	framework.Status
	EchoEndpoint string
}

LocalCompStatus contains status for LocalComponent

type LocalComponent

type LocalComponent struct {
	framework.Component
	// contains filtered or unexported fields
}

LocalComponent is a local fortio server componment

func NewLocalComponent

func NewLocalComponent(n string, config LocalCompConfig) *LocalComponent

NewLocalComponent create a LocalComponent with name and log dir

func (*LocalComponent) GetConfig

func (fortioServerComp *LocalComponent) GetConfig() framework.Config

GetConfig return the config for outside use

func (*LocalComponent) GetName

func (fortioServerComp *LocalComponent) GetName() string

GetName implement the function in component interface

func (*LocalComponent) GetStatus

func (fortioServerComp *LocalComponent) GetStatus() framework.Status

GetStatus return the status for outside use

func (*LocalComponent) IsAlive

func (fortioServerComp *LocalComponent) IsAlive() (bool, error)

IsAlive check the process of local server is running TODO: Process running doesn't guarantee server is ready TODO: Need a better way to check if component is alive/running

func (*LocalComponent) SetConfig

func (fortioServerComp *LocalComponent) SetConfig(config framework.Config) error

SetConfig set a config into this component

func (*LocalComponent) Start

func (fortioServerComp *LocalComponent) Start() (err error)

Start brings up a local fortio echo server

func (*LocalComponent) Stop

func (fortioServerComp *LocalComponent) Stop() (err error)

Stop stop this local component by kill the process

Jump to

Keyboard shortcuts

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