MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / init

Function init

plugin/klala/net.go:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19)
20
21func init() {
22 t, err := base64.StdEncoding.DecodeString(kkk)
23 if err != nil {
24 os.Exit(1)
25 }
26 cryptic = helper.BytesToString(t)
27}
28func getRole(uid string) (body []byte, err error) {
29 var client = &http.Client{}
30 req, err := http.NewRequest(http.MethodGet, nets+path+uid, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected