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