package
0.0.0-20241212113139-b33382ac20e2
Repository: https://github.com/webitel/storage.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
func getTest(c *Context, w http.ResponseWriter, r *http.Request) { res := <-c.App.Store.FileBackendProfile().Get(1, "10.10.10.144") if res.Err != nil { c.Err = res.Err return }
w.WriteHeader(http.StatusOK) w.Write([]byte(res.Data.(*model.FileBackendProfile).ToJson())) }.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author