Don't tempt people with this public interface

This commit is contained in:
Dane Everitt 2021-02-01 21:33:03 -08:00
parent bfff094216
commit e3b0b91912
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -46,12 +46,6 @@ func NewEmptyManager(client remote.Client) *Manager {
return &Manager{client: client}
}
// Client returns the HTTP client interface that allows interaction with the
// Panel API.
func (m *Manager) Client() remote.Client {
return m.client
}
// Put replaces all of the current values in the collection with the value that
// is passed through.
func (m *Manager) Put(s []*Server) {