package
Version:
v0.0.0-...-7c63792
Opens a new window with list of versions in this module.
Published: Oct 29, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package plumb provides bits and bobs useful in implementing gates.
func AsInt(v interface{}) int
AsInt accepts a value of one of the types [int, float64, complex128, string], and converts it to a value of type int.
func AsString(v interface{}) string
AsString accepts a value of one of the types [[]byte, string, byteBuffer, ioReader], and converts it to a value of type string.
func (c *Client) Cognize(v interface{})
func (c *Client) Fetch(req interface{}) interface{}
func (c *Client) Init(recognize func(interface{}))
func (a *Given) Fix(v interface{})
func (a *Given) Use() interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.