psu/cmd/containerAccess.go

11 lines
211 B
Go

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