Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func StartServer ¶
func StartServer(conf config.Config, stopServerChan chan os.Signal, fakeCommandRunner *serviceadapterfakes.FakeCommandRunner, fakeTaskBoshClient *taskfakes.FakeBoshClient, fakeTaskBulkSetter *taskfakes.FakeBulkSetter, fakeCfClient *fakes.FakeCloudFoundryClient, fakeBoshClient *fakes.FakeBoshClient, fakeMapHasher *fakes.FakeHasher, fakeCredentialStore *credhubfakes.FakeCredentialStore, fakeCredhubOperator *manifestsecretsfakes.FakeCredhubOperator, fakeUAAClient *fakes.FakeUAAClient, loggerBuffer *gbytes.Buffer) (*Server, error)
Click to show internal directories.
Click to hide internal directories.