service_plans_fetcher

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServicePlansFetcher

type ServicePlansFetcher struct {
	// contains filtered or unexported fields
}

func NewServicePlansFetcher

func NewServicePlansFetcher(
	serviceName string,
	schedule time.Duration,
	logger lager.Logger,
	cfClient cfclient.CloudFoundryClient,
) *ServicePlansFetcher

func (*ServicePlansFetcher) GetService

func (f *ServicePlansFetcher) GetService() *cfclient.Service

func (*ServicePlansFetcher) GetServicePlans

func (f *ServicePlansFetcher) GetServicePlans() []cfclient.ServicePlan

func (*ServicePlansFetcher) Run

type ServicePlansStore

type ServicePlansStore interface {
	GetService() *cfclient.Service
	GetServicePlans() []cfclient.ServicePlan
}

Jump to

Keyboard shortcuts

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