Documentation
¶
Index ¶
- type RequestDecoder
- func (r *RequestDecoder) Decode(requestYaml []byte) (request.Request, *log.Status)
- func (r *RequestDecoder) Depend(req request.Request)
- func (r *RequestDecoder) Encode(req request.Request) (string, *log.Status)
- func (r *RequestDecoder) Prereq(req *request.Request)
- func (r *RequestDecoder) Process(yamlRequest []byte) (request.Request, *log.Status)
- func (r *RequestDecoder) Validate(req *request.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestDecoder ¶
type RequestDecoder struct {
// contains filtered or unexported fields
}
func NewRequestDecoder ¶
func NewRequestDecoder(ctx context.Context) RequestDecoder
func (*RequestDecoder) Depend ¶
func (r *RequestDecoder) Depend(req request.Request)
func (*RequestDecoder) Prereq ¶
func (r *RequestDecoder) Prereq(req *request.Request)
func (*RequestDecoder) Validate ¶
func (r *RequestDecoder) Validate(req *request.Request)
Click to show internal directories.
Click to hide internal directories.