tcase

package
v0.0.0-...-d7cb029 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Base

type Base interface {
	SetInfo(sourcePort, targetPort int) // set
	Info() string                       // name
	Before() error                      // prepare
	Run() error                         // run
	After() error                       // finish
}

type Standalone2StandaloneCase

type Standalone2StandaloneCase struct {
	SourcePort int
	TargetPort int
}

func (*Standalone2StandaloneCase) After

func (s2s *Standalone2StandaloneCase) After() error

func (*Standalone2StandaloneCase) Before

func (s2s *Standalone2StandaloneCase) Before() error

func (*Standalone2StandaloneCase) Info

func (s2s *Standalone2StandaloneCase) Info() string

func (*Standalone2StandaloneCase) Run

func (s2s *Standalone2StandaloneCase) Run() error

func (*Standalone2StandaloneCase) SetInfo

func (s2s *Standalone2StandaloneCase) SetInfo(sourcePort, targetPort int)

Jump to

Keyboard shortcuts

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