Documentation
¶
Index ¶
Constants ¶
View Source
const ( Key1 = "test/webapp/cocpit_api_pass" ShortKey1 = "cocpit_api_pass" Key2 = "test/webapp/user_api_pass" ShortKey2 = "user_api_pass" Key3 = "test/cockpit/user_api_pass" ShortKey3 = "user_api_pass" Key4 = "test/webapp/some_key" ShortKey4 = "some_key" Key5 = "test/airmail/DATABASE_URL" ShortKey5 = "DATABASE_URL" Key6 = "test/airmail/user_api_pass" ShortKey6 = "user_api_pass" Key7 = "test/aircom/TWILIO_AUTH_TOKEN" ShortKey7 = "TWILIO_AUTH_TOKEN" Key8 = "test/aircom/NEW_RELIC_LICENSE_KEY" ShortKey8 = "NEW_RELIC_LICENSE_KEY" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MockBackendClient ¶
type MockBackendClient struct {
backend.BackendAPI
}
MockBackendClient fake backendAPI
func (*MockBackendClient) GetObject ¶
func (m *MockBackendClient) GetObject(input *types.GetObjectInput) (*types.GetObjectOutput, error)
func (*MockBackendClient) GetObjects ¶
func (m *MockBackendClient) GetObjects(input *types.GetObjectsInput) (*types.GetObjectsOuput, error)
func (*MockBackendClient) PutObject ¶
func (m *MockBackendClient) PutObject(input *types.PutObjectInput) error
Click to show internal directories.
Click to hide internal directories.