Documentation ¶
Index ¶
- type Empty
- type Encoder
- type EncoderService
- func (e *EncoderService) Delete(r *http.Request, args *ID, result *Empty) (err error)
- func (e *EncoderService) EncodeFile(r *http.Request, args *Path, result *string) (err error)
- func (e *EncoderService) Get(id ID) (enc doc.Encoder, ok bool)
- func (e *EncoderService) New(r *http.Request, args *string, result *ID) (err error)
- func (e *EncoderService) Set(id ID, enc doc.Encoder)
- type EncoderType
- type FiberQueryParams
- type FiberUrlParams
- type ID
- type JsonRPC
- type Path
- type Paths
- type UrlMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncoderService ¶
type EncoderService struct {
// contains filtered or unexported fields
}
func (*EncoderService) EncodeFile ¶
TODO: implement
type EncoderType ¶
type EncoderType int
const ( Base32 EncoderType = iota Base64 )
func (EncoderType) New ¶
func (et EncoderType) New() (e doc.Encoder)
func (*EncoderType) Set ¶
func (et *EncoderType) Set(s string) (err error)
func (EncoderType) String ¶
func (et EncoderType) String() (s string)
type FiberQueryParams ¶
type FiberQueryParams struct {
// contains filtered or unexported fields
}
func (FiberQueryParams) GetParam ¶
func (f FiberQueryParams) GetParam(key string) (value string)
type FiberUrlParams ¶
type FiberUrlParams struct {
// contains filtered or unexported fields
}
func (FiberUrlParams) GetParam ¶
func (f FiberUrlParams) GetParam(key string) (value string)
type JsonRPC ¶
type JsonRPC struct {
// contains filtered or unexported fields
}
func (*JsonRPC) WithServices ¶
Click to show internal directories.
Click to hide internal directories.