Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const WWWForm = "www-form"
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multi ¶ added in v0.0.11
type Multi struct {
	Handler string `yaml:"handler"`
	Req  Req  `yaml:"req"`
	Resp Resp `yaml:"resp"`
	// contains filtered or unexported fields
}
    func (*Multi) GetReqName ¶ added in v0.0.11
func (*Multi) GetRespName ¶ added in v0.0.11
func (*Multi) ModifyHandler ¶ added in v0.0.11
func (m *Multi) ModifyHandler()
type Req ¶
type Req struct {
	Encode          Encode            `yaml:"encode"`
	URL             string            `yaml:"url"`
	Curl            string            `yaml:"curl"`
	UsePtr          UsePtr            `yaml:"usePtr"`
	Template        Template          `yaml:"template"`
	Name            string            `yaml:"name"`
	NewType         map[string]string `yaml:"newType"`
	NewProtobufType map[string]string `yaml:"newProtobufType"`
	Body            any               `yaml:"body"`
	Header          []string          `yaml:"header"`
	Method          string            `yaml:"method"`
	UseDefault      UseDefault        `yaml:"useDefault"`
}
    type UseDefault ¶
 Click to show internal directories. 
   Click to hide internal directories.