github.com/yandex/pandora@v0.5.32/components/providers/http/decoders/ammo.go (about)

     1  package decoders
     2  
     3  import "net/http"
     4  
     5  type DecodedAmmo interface {
     6  	BuildRequest() (*http.Request, error)
     7  	Tag() string
     8  }