Documentation
¶
Index ¶
- func ExtractTags(choice string) ([]string, error)
- type Datum
- type Request
- type Response
- func (r *Response) GetBody() []byte
- func (r *Response) GetDatum() *Datum
- func (r *Response) GetHeaders() http.Header
- func (r *Response) GetListElement() *list.Element
- func (r *Response) GetRequest() *Request
- func (r *Response) Revalidate(ctx context.Context)
- func (r *Response) SetDatum(datum *Datum)
- func (r *Response) SetListElement(el *list.Element)
- func (r *Response) ShouldBeRevalidated() bool
- func (r *Response) Size() uintptr
- type ResponseCreator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTags ¶
Types ¶
type Datum ¶
type Datum struct {
// contains filtered or unexported fields
}
func (*Datum) StatusCode ¶ added in v0.2.0
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func NewRequest ¶
func (*Request) GetLanguage ¶
func (*Request) GetProject ¶
type Response ¶
type Response struct {
*Datum
// contains filtered or unexported fields
}
func NewResponse ¶
func (*Response) GetHeaders ¶
func (*Response) GetListElement ¶
func (*Response) GetRequest ¶
func (*Response) Revalidate ¶
func (*Response) SetListElement ¶
func (*Response) ShouldBeRevalidated ¶
Click to show internal directories.
Click to hide internal directories.