Documentation ¶
Overview ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- Constants
- type ChefMockClient
- func (mc *ChefMockClient) Get(name string) (user chef.User, err error)
- func (mc *ChefMockClient) GetItem(databagName, databagItem string) (item chef.DataBagItem, err error)
- func (mc *ChefMockClient) ListItems(name string) (data *chef.DataBagListResult, err error)
- func (mc *ChefMockClient) WithItem(_, _ string, _ error)
- func (mc *ChefMockClient) WithListItems(_ string, _ error)
- func (mc *ChefMockClient) WithUser(_ string, _ error)
Constants ¶
View Source
const ( CORRECTUSER = "correctUser" DatabagName = "databag01" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChefMockClient ¶
type ChefMockClient struct {
// contains filtered or unexported fields
}
func (*ChefMockClient) GetItem ¶
func (mc *ChefMockClient) GetItem(databagName, databagItem string) (item chef.DataBagItem, err error)
func (*ChefMockClient) ListItems ¶
func (mc *ChefMockClient) ListItems(name string) (data *chef.DataBagListResult, err error)
func (*ChefMockClient) WithItem ¶
func (mc *ChefMockClient) WithItem(_, _ string, _ error)
func (*ChefMockClient) WithListItems ¶
func (mc *ChefMockClient) WithListItems(_ string, _ error)
func (*ChefMockClient) WithUser ¶
func (mc *ChefMockClient) WithUser(_ string, _ error)
Click to show internal directories.
Click to hide internal directories.