stringsvc

package
v0.0.0-...-62c0869 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StringService

type StringService interface {
	// Uppercase returns an uppercase version of the given string, or an error.
	Uppercase(str string) (upper string, err error)

	// Count returns the length of the given string
	Count(str string) (count int)
}

StringService from go-kit/kit's example

Directories

Path Synopsis
cmd
gencode_tmpl
logging
Package logging defines a function for creating a go-kit logging StringServiceMiddleware
Package logging defines a function for creating a go-kit logging StringServiceMiddleware

Jump to

Keyboard shortcuts

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