272d3a47ae
Co-authored-by: Chaim Lev-Ari <chaim.lev-ari@portainer.io> Co-authored-by: andres-portainer <91705312+andres-portainer@users.noreply.github.com>
8 lines
145 B
Go
8 lines
145 B
Go
package workflows
|
|
|
|
import (
|
|
"github.com/portainer/portainer/api/dataservices/source"
|
|
)
|
|
|
|
var adminUserContext = source.InsecureNewAdminContext()
|