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.
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.
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.
Index ¶
- func CastFieldTypes(source interface{}, dest interface{}) (err error)
- func ValidateContext(wantedContext string, vp *viper.Viper) error
- type AllPaginatedResultsArgs
- type Client
- func (client *Client) AllPaginatedResults(args *AllPaginatedResultsArgs) (apiTypes.MergedPaginatedList, error)
- func (client *Client) CallLwApiInto(method string, methodArgs map[string]interface{}, obj interface{}) (err error)
- func (*Client) Die(err error)
- func (*Client) JsonEncodeAndPrettyPrint(data interface{}) (string, error)
- func (*Client) JsonPrettyPrint(inJson string) (string, error)
- func (client *Client) RemoveContext(context string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CastFieldTypes ¶
func CastFieldTypes(source interface{}, dest interface{}) (err error)
Types ¶
type AllPaginatedResultsArgs ¶
type Client ¶
type Client struct {
LwCliApiClient *lwCliInstApi.LwCliApiClient
Viper *viper.Viper
}
func (*Client) AllPaginatedResults ¶
func (client *Client) AllPaginatedResults(args *AllPaginatedResultsArgs) (apiTypes.MergedPaginatedList, error)