MCPcopy Create free account

hub / github.com/Ayiga/go-kit-middlewarer / types & classes

Types & classes39 in github.com/Ayiga/go-kit-middlewarer

↓ 5 callersTypeAliashintResolver
encoding/hint_resolver.go:46
↓ 2 callersTypeAliasGob
Gob is a simple Gob encoder / decoder that conforms to RequestResponseEncoding
encoding/gob.go:26
↓ 2 callersTypeAliasJSON
JSON is a simple JSON encoder / decoder that conforms to RequestResponseEncoding
encoding/json.go:27
↓ 2 callersTypeAliasXML
XML is a simple XML encoder / decoder that conforms to RequestResponseEncoding
encoding/xml.go:27
↓ 1 callersTypeAliasdef
def is the default Encoding handler. It will attempt to resolve all http transmitted encodings based on the information contained within the HTTP Hea
encoding/default.go:36
TypeAliasCastError
mux/adapter/gorilla/router.go:15
StructCustomDecodableError
encoding/wrapper_error_test.go:149
InterfaceDecoder
Decoder is any type that can populate a given structure via a Decode method.
encoding/decoder.go:14
InterfaceEmbededMime
EmbededMime applies to the intermediary transmission representation of method arguments and results. Using the structure we will attempt to communica
encoding/default.go:18
InterfaceEncoder
Encoder is anything that, given an interface, can store an encoding of the structure passed into Encode.
encoding/encoder.go:15
TypeAliasErr
Err are the errors that can be returned from Register or Get
encoding/register_encodings.go:8
StructFile
File holds a single parsed file and associated data.
file.go:8
FuncTypeGenerateDecoder
GenerateDecoder is a function that takes an io.Reader and returns a Decoder
encoding/decoder.go:21
FuncTypeGenerateEncoder
GenerateEncoder is a function which takes an io.Writer, and returns an Encoder
encoding/encoder.go:23
StructGenerator
Generator holds the state of the analysis. Primarily used to buffer the output for format.Source.
generator.go:18
StructImport
import.go:11
StructInterface
Value represents a declared constant.
interface.go:10
StructMethod
method.go:9
StructPackage
package.go:11
StructParam
param.go:9
InterfaceRequestResponseEncoding
RequestResponseEncoding represents a type that can be used to automatically Encode and Decode on HTTP requests used by files generated with go-kit-mid
encoding/register_encodings.go:49
StructRouter
Router is a type alias for *github.com/gorilla/mux.Router to make reference easier, as well as to implement the Mux interface.
mux/adapter/gorilla/router.go:11
InterfaceStringService
go:generate go-kit-middlewarer -type=StringService StringService from go-kit/kit's example
examples/stringsvc/string_service.go:6
StructStringService
StringService represents an object that will implement the StringService interface
examples/stringsvc/cmd/stringsvc2/implementation.go:10
StructStringService
StringService represents an object that will implement the StringService interface
examples/stringsvc/cmd/stringsvc/main.go:17
StructStruct
Value represents a declared constant.
struct.go:8
StructTemplateBase
template-structures.go:157
StructTemplateCommon
template-structures.go:8
StructTemplateMethod
template-structures.go:32
StructTemplateParam
template-structures.go:19
StructType
type.go:9
StructVariable
variable.go:3
StructWrapperError
encoding/wrapper_error.go:17
StructacceptContentHeader
(\w+\/\w+[;q=score],?)+
encoding/default.go:41
Structarguments
examples/stringsvc/cmd/stringsvc2/main.go:17
StructcontentTypeValue
specific;options,...
encoding/default.go:91
StructembedMime
encoding/request_response_test.go:8
Structrequest
encoding/request_response_test.go:24
StructresponseWriter
encoding/request_response_test.go:32