Documentation
¶
Index ¶
- type StateStore
- func (s *StateStore) DeleteServiceBinding(id string) error
- func (s *StateStore) DeleteServiceInstance(id string) error
- func (s *StateStore) GetServiceBinding(id string) (*models.ServiceBindingResource, error)
- func (s *StateStore) GetServiceInstance(id string) (*models.ServiceInstanceResource, error)
- func (s *StateStore) InsertServiceBinding(id string, binding *models.ServiceBindingResource) error
- func (s *StateStore) InsertServiceInstance(id string, instance *models.ServiceInstanceResource) error
- func (s *StateStore) UpdateServiceInstance(id string, req *models.ServiceInstanceUpdateRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateStore ¶
type StateStore struct {
// contains filtered or unexported fields
}
func NewStateStore ¶
func NewStateStore() (*StateStore, error)
func (*StateStore) DeleteServiceBinding ¶
func (s *StateStore) DeleteServiceBinding(id string) error
func (*StateStore) DeleteServiceInstance ¶
func (s *StateStore) DeleteServiceInstance(id string) error
func (*StateStore) GetServiceBinding ¶
func (s *StateStore) GetServiceBinding(id string) (*models.ServiceBindingResource, error)
func (*StateStore) GetServiceInstance ¶
func (s *StateStore) GetServiceInstance(id string) (*models.ServiceInstanceResource, error)
func (*StateStore) InsertServiceBinding ¶
func (s *StateStore) InsertServiceBinding(id string, binding *models.ServiceBindingResource) error
func (*StateStore) InsertServiceInstance ¶
func (s *StateStore) InsertServiceInstance(id string, instance *models.ServiceInstanceResource) error
func (*StateStore) UpdateServiceInstance ¶
func (s *StateStore) UpdateServiceInstance(id string, req *models.ServiceInstanceUpdateRequest) error
Click to show internal directories.
Click to hide internal directories.