Documentation
¶
Index ¶
- func RegisterExampleServiceAuthGetDecoder(svr orion.Server, decoder orion.Decoder)
- func RegisterExampleServiceAuthGetEncoder(svr orion.Server, encoder orion.Encoder)
- func RegisterExampleServiceAuthGetHandler(svr orion.Server, handler orion.HTTPHandler)
- func RegisterExampleServiceAuthOptionGetDecoder(svr orion.Server, decoder orion.Decoder)
- func RegisterExampleServiceAuthOptionGetEncoder(svr orion.Server, encoder orion.Encoder)
- func RegisterExampleServiceAuthOptionGetHandler(svr orion.Server, handler orion.HTTPHandler)
- func RegisterExampleServiceDefaultDecoder(svr orion.Server, decoder orion.Decoder)
- func RegisterExampleServiceDefaultEncoder(svr orion.Server, encoder orion.Encoder)
- func RegisterExampleServiceHttpGetDecoder(svr orion.Server, decoder orion.Decoder)
- func RegisterExampleServiceHttpGetEncoder(svr orion.Server, encoder orion.Encoder)
- func RegisterExampleServiceHttpGetHandler(svr orion.Server, handler orion.HTTPHandler)
- func RegisterExampleServiceOptionGetDecoder(svr orion.Server, decoder orion.Decoder)
- func RegisterExampleServiceOptionGetEncoder(svr orion.Server, encoder orion.Encoder)
- func RegisterExampleServiceOptionGetHandler(svr orion.Server, handler orion.HTTPHandler)
- func RegisterExampleServiceOrionServer(sf interface{}, orionServer orion.Server) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterExampleServiceAuthGetDecoder ¶
RegisterExampleServiceAuthGetDecoder registers the decoder for AuthGet method in ExampleService
func RegisterExampleServiceAuthGetEncoder ¶
RegisterExampleServiceAuthGetEncoder registers the encoder for AuthGet method in ExampleService it registers HTTP path /auth/example with "GET" methods
func RegisterExampleServiceAuthGetHandler ¶
func RegisterExampleServiceAuthGetHandler(svr orion.Server, handler orion.HTTPHandler)
RegisterExampleServiceAuthGetHandler registers the handler for AuthGet method in ExampleService
func RegisterExampleServiceAuthOptionGetDecoder ¶
RegisterExampleServiceAuthOptionGetDecoder registers the decoder for AuthOptionGet method in ExampleService
func RegisterExampleServiceAuthOptionGetEncoder ¶
RegisterExampleServiceAuthOptionGetEncoder registers the encoder for AuthOptionGet method in ExampleService it registers HTTP path /auth/option/example with "GET" methods
func RegisterExampleServiceAuthOptionGetHandler ¶
func RegisterExampleServiceAuthOptionGetHandler(svr orion.Server, handler orion.HTTPHandler)
RegisterExampleServiceAuthOptionGetHandler registers the handler for AuthOptionGet method in ExampleService
func RegisterExampleServiceDefaultDecoder ¶
DefaultDecoder
func RegisterExampleServiceDefaultEncoder ¶
DefaultEncoder
func RegisterExampleServiceHttpGetDecoder ¶
RegisterExampleServiceHttpGetDecoder registers the decoder for HttpGet method in ExampleService
func RegisterExampleServiceHttpGetEncoder ¶
RegisterExampleServiceHttpGetEncoder registers the encoder for HttpGet method in ExampleService it registers HTTP path /example with "GET" methods
func RegisterExampleServiceHttpGetHandler ¶
func RegisterExampleServiceHttpGetHandler(svr orion.Server, handler orion.HTTPHandler)
RegisterExampleServiceHttpGetHandler registers the handler for HttpGet method in ExampleService
func RegisterExampleServiceOptionGetDecoder ¶
RegisterExampleServiceOptionGetDecoder registers the decoder for OptionGet method in ExampleService
func RegisterExampleServiceOptionGetEncoder ¶
RegisterExampleServiceOptionGetEncoder registers the encoder for OptionGet method in ExampleService it registers HTTP path /option/example with "GET" methods
func RegisterExampleServiceOptionGetHandler ¶
func RegisterExampleServiceOptionGetHandler(svr orion.Server, handler orion.HTTPHandler)
RegisterExampleServiceOptionGetHandler registers the handler for OptionGet method in ExampleService
func RegisterExampleServiceOrionServer ¶
RegisterExampleServiceOrionServer registers ExampleService to Orion server Services need to pass either ServiceFactory or ServiceFactoryV2 implementation
Types ¶
This section is empty.