mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(code): equalize the code with EE EE-6218 (#10518)
This commit is contained in:
parent
e110856003
commit
6c55cac52a
6 changed files with 11 additions and 15 deletions
|
@ -5,10 +5,7 @@ import (
|
|||
"github.com/portainer/portainer/api/dataservices"
|
||||
)
|
||||
|
||||
const (
|
||||
// BucketName represents the name of the bucket where this service stores data.
|
||||
BucketName = "endpoint_groups"
|
||||
)
|
||||
const BucketName = "endpoint_groups"
|
||||
|
||||
// Service represents a service for managing environment(endpoint) data.
|
||||
type Service struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue