executors/docker/internal/volumes/permission/set.go (5 lines of code) (raw):

package permission import "context" type Setter interface { Set(ctx context.Context, volumeName string, labels map[string]string) error }