Documentation
¶
Overview ¶
Copyright 2020 IBM Corporation
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 ¶
- Variables
- type ControllerConfig
- func (c *ControllerConfig) AddConfigItem(key string, value interface{})
- func (c *ControllerConfig) GetConfigBool(key string, defaultValue bool) bool
- func (c *ControllerConfig) GetConfigItem(key string, defaultValue interface{}) interface{}
- func (c *ControllerConfig) GetConfigString(key, defaultValue string) string
- func (c *ControllerConfig) GetConfigTimestamp(key string, defaultValue time.Time) time.Time
- func (c *ControllerConfig) HasConfigItem(key string) bool
- func (c *ControllerConfig) RemoveConfigItem(key string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IAMNamespaceName = "iam-namespace" IAMServicePortName = "iam-service-port" IAMServicePort = "4300" DefaultIamNamespace = "ibm-common-services" )
Functions ¶
This section is empty.
Types ¶
type ControllerConfig ¶
func GetControllerConfig ¶
func GetControllerConfig() *ControllerConfig
func (*ControllerConfig) AddConfigItem ¶
func (c *ControllerConfig) AddConfigItem(key string, value interface{})
func (*ControllerConfig) GetConfigBool ¶
func (c *ControllerConfig) GetConfigBool(key string, defaultValue bool) bool
func (*ControllerConfig) GetConfigItem ¶
func (c *ControllerConfig) GetConfigItem(key string, defaultValue interface{}) interface{}
func (*ControllerConfig) GetConfigString ¶
func (c *ControllerConfig) GetConfigString(key, defaultValue string) string
func (*ControllerConfig) GetConfigTimestamp ¶
func (*ControllerConfig) HasConfigItem ¶
func (c *ControllerConfig) HasConfigItem(key string) bool
func (*ControllerConfig) RemoveConfigItem ¶
func (c *ControllerConfig) RemoveConfigItem(key string)
Click to show internal directories.
Click to hide internal directories.