state

package
v0.0.0-...-347bf9a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL