Documentation ¶
Overview ¶
Package yzjapidecryption is yunzhijia api decryption
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewECBDecrypter ¶
NewECBDecrypter returns a BlockMode which decrypts in electronic code book mode, using the given Block.
Types ¶
type Config ¶
type Config struct {
CloudFlowKey string
}
Config the plugin configuration.
func CreateConfig ¶
func CreateConfig() *Config
CreateConfig creates the default plugin configuration.
type YzjDecryptionPlugin ¶
type YzjDecryptionPlugin struct {
// contains filtered or unexported fields
}
YzjDecryptionPlugin yzj decryption plugin.
func (*YzjDecryptionPlugin) ServeHTTP ¶
func (a *YzjDecryptionPlugin) ServeHTTP(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.