Commit bcdf392f authored by root's avatar root

a

parent 0a04a1ca
......@@ -7,14 +7,14 @@ import (
func main() {
// utils.HttpLogin("lglhope", "123456789")
authRequestInfo := authz.AuthRequestInfo {
authRequestInfo := authz.AuthRequestInfo {
Account: "wln",
Type: "",
Name: "wln/apple",
Service: "CE-Z1",
IP: nil,
Actions: nil,
Actions: ["pull"],
Labels: nil,
}
utils.HttpAuth(authRequestInfo)
}
utils.HttpAuth(authRequestInfo)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment