instance

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Copyright © LiquidWeb

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.

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.

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

This section is empty.

Variables

This section is empty.

Functions

func CastFieldTypes

func CastFieldTypes(source interface{}, dest interface{}) (err error)

func ValidateContext added in v0.5.3

func ValidateContext(wantedContext string, vp *viper.Viper) error

Types

type AllPaginatedResultsArgs

type AllPaginatedResultsArgs struct {
	Method         string
	MethodArgs     map[string]interface{}
	ResultsPerPage int64
}

type Client

type Client struct {
	LwCliApiClient *lwCliInstApi.LwCliApiClient
	Viper          *viper.Viper
}

func New

func New(viper *viper.Viper) (Client, error)

func (*Client) AllPaginatedResults

func (client *Client) AllPaginatedResults(args *AllPaginatedResultsArgs) (apiTypes.MergedPaginatedList, error)

func (*Client) CallLwApiInto

func (client *Client) CallLwApiInto(method string, methodArgs map[string]interface{}, obj interface{}) (err error)

func (*Client) Die

func (*Client) Die(err error)

func (*Client) JsonEncodeAndPrettyPrint

func (*Client) JsonEncodeAndPrettyPrint(data interface{}) (string, error)

func (*Client) JsonPrettyPrint

func (*Client) JsonPrettyPrint(inJson string) (string, error)

func (*Client) RemoveContext

func (client *Client) RemoveContext(context string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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