psu/cmd/secretAccess.go

11 lines
205 B
Go

package cmd
import (
"github.com/greenled/portainer-stack-utils/client"
"github.com/greenled/portainer-stack-utils/common"
)
func init() {
common.AccessCmdInitFunc(secretCmd, client.ResourceSecret)
}