Documentation ¶ Index ¶ type StringService 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 Source Files ¶ View all Source files string_service.go Directories ¶ Show internal Expand all Path Synopsis cmd stringsvc stringsvc2 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 Click to show internal directories. Click to hide internal directories.