feature

package
v1.2.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Features

type Features interface {
	Has(feat string) bool
	Value(feat string) string

	String() string
}

type FeaturesBuilder

type FeaturesBuilder interface {
	With(feat string) FeaturesBuilder

	Build() Features
}

func New

func New(feats ...string) FeaturesBuilder

Jump to

Keyboard shortcuts

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