Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akash-network/node
/ AuthCmd
Function
AuthCmd
cmd/akash/cmd/auth.go:24–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
)
23
24
func
AuthCmd() *cobra.Command {
25
cmd := &cobra.Command{
26
Use:
"auth"
,
27
}
28
29
cmd.AddCommand(authJWTCmd())
30
31
return
cmd
32
}
33
34
func
authJWTCmd() *cobra.Command {
35
cmd := &cobra.Command{
Callers
1
initRootCmd
Function · 0.85
Calls
1
authJWTCmd
Function · 0.85
Tested by
no test coverage detected