Versions in this module Expand all Collapse all v0 v0.5.2 Oct 30, 2024 v0.5.1 Mar 20, 2024 Changes in this version + func BodyToObject(r *http.Request, object interface{}) error + func ExecCmd(cmd string) (string, error) + func Fetch(u string) (string, error) + func FetchObject(u string, object interface{}) error + func GenerateSHA(input string) string + func ResponseBodyToObject(r *http.Response, object interface{}) error + func WaitForServiceCatalogCRDs(restConfig *restclient.Config) error + func WriteErrorResponse(w http.ResponseWriter, code int, err error) + func WriteResponse(w http.ResponseWriter, code int, object interface{})