diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
| commit | 2381c65887caa779b2aecf2c9626de5d17e59536 (patch) | |
| tree | a8e901235323c0498eb7a91302eb3af9b941a1cc /cluster.go | |
| parent | ddc0410126f6da0165f48f9023526dc47de52e5b (diff) | |
cleanups for gui pb tables
Diffstat (limited to 'cluster.go')
| -rw-r--r-- | cluster.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ type Cluster struct { UnstableTimeout *durationpb.Duration } +func (c *Cluster) GetDropletsPB() *Droplets { + return c.d +} + // adds a new droplet. enforce unique hostnames func (c *Cluster) AddDroplet(newd *Droplet) bool { c.Lock() |
