Documentation ¶ Index ¶ func DeleteCMD() *cobra.Command func GetCMD() *cobra.Command func HeadCMD() *cobra.Command func PatchCMD() *cobra.Command func PostCMD() *cobra.Command func PutCMD() *cobra.Command type Auth type Method type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DeleteCMD ¶ func DeleteCMD() *cobra.Command func GetCMD ¶ func GetCMD() *cobra.Command func HeadCMD ¶ func HeadCMD() *cobra.Command func PatchCMD ¶ func PatchCMD() *cobra.Command func PostCMD ¶ func PostCMD() *cobra.Command func PutCMD ¶ func PutCMD() *cobra.Command Types ¶ type Auth ¶ type Auth struct { TokenAuth string BasicAuthUsername string BasicAuthPassword string Type string } type Method ¶ type Method struct { AuthType *Auth JustShowBody bool JustShowHeaders bool SaveFile string ContentType string OpenEditor bool Body string IsBodyStdin bool } type Options ¶ type Options struct { Method *Method URL string } Source Files ¶ View all Source files delete.goget.gohead.gooptions.gopatch.gopost.goput.gorunners.go Click to show internal directories. Click to hide internal directories.