tester

package
v0.4.25 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArgsParser

type ArgsParser interface {
	DefineBool(value *bool, name string, defaultValue ...bool)
	DefineInt(value *int, name string, defaultValue ...int)
	DefineInt64(value *int64, name string, defaultValue ...int64)
	DefineString(value *string, name string, defaultValue ...string)
	Parse()
}

func Args

func Args(prefix string) ArgsParser

Jump to

Keyboard shortcuts

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