Documentation
¶
Index ¶
- type BoxGoalGenerator
- func (b BoxGoalGenerator) CreateHash(req util.ParsedSignatureRequest) string
- func (b BoxGoalGenerator) CreateSignature(req util.ParsedSignatureRequest) (util.Signature, error)
- func (b BoxGoalGenerator) FormUrl() string
- func (b BoxGoalGenerator) HandleForm(c web.C, writer http.ResponseWriter, request *http.Request)
- func (b BoxGoalGenerator) Name() string
- func (b BoxGoalGenerator) ParseSignatureRequest(c web.C, r *http.Request) (util.ParsedSignatureRequest, error)
- func (b BoxGoalGenerator) Url() string
- type ExampleGenerator
- func (g ExampleGenerator) CreateHash(req util.ParsedSignatureRequest) string
- func (g ExampleGenerator) CreateSignature(req util.ParsedSignatureRequest) (util.Signature, error)
- func (g ExampleGenerator) Name() string
- func (g ExampleGenerator) ParseSignatureRequest(c web.C) (util.ParsedSignatureRequest, error)
- func (g ExampleGenerator) Url() string
- type StaticLabel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoxGoalGenerator ¶
type BoxGoalGenerator struct {
generators.Generator
}
func (BoxGoalGenerator) CreateHash ¶
func (b BoxGoalGenerator) CreateHash(req util.ParsedSignatureRequest) string
func (BoxGoalGenerator) CreateSignature ¶
func (b BoxGoalGenerator) CreateSignature(req util.ParsedSignatureRequest) (util.Signature, error)
func (BoxGoalGenerator) FormUrl ¶
func (b BoxGoalGenerator) FormUrl() string
func (BoxGoalGenerator) HandleForm ¶
func (b BoxGoalGenerator) HandleForm(c web.C, writer http.ResponseWriter, request *http.Request)
func (BoxGoalGenerator) Name ¶
func (b BoxGoalGenerator) Name() string
func (BoxGoalGenerator) ParseSignatureRequest ¶
func (b BoxGoalGenerator) ParseSignatureRequest(c web.C, r *http.Request) (util.ParsedSignatureRequest, error)
Parse the request into a signature request
func (BoxGoalGenerator) Url ¶
func (b BoxGoalGenerator) Url() string
type ExampleGenerator ¶
type ExampleGenerator struct {
generators.Generator
}
func (ExampleGenerator) CreateHash ¶
func (g ExampleGenerator) CreateHash(req util.ParsedSignatureRequest) string
func (ExampleGenerator) CreateSignature ¶
func (g ExampleGenerator) CreateSignature(req util.ParsedSignatureRequest) (util.Signature, error)
func (ExampleGenerator) Name ¶
func (g ExampleGenerator) Name() string
func (ExampleGenerator) ParseSignatureRequest ¶
func (g ExampleGenerator) ParseSignatureRequest(c web.C) (util.ParsedSignatureRequest, error)
func (ExampleGenerator) Url ¶
func (g ExampleGenerator) Url() string
type StaticLabel ¶
type StaticLabel struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.