MCPcopy Create free account
hub / github.com/devpew/Muffin-REST-API / User

Struct User

main.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type User struct {
37 Username string `json:"username"`
38 Password string `json:"password"`
39}
40
41var user = User{
42 Username: "1",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected