Documentation
¶
Overview ¶
Copyright 2021 Layotto Authors 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 ¶
View Source
const ( // INIT means it is starting INIT = "INIT" // UP means it is healthy UP = "UP" // DOWN means it is unhealthy DOWN = "DOWN" )
View Source
const ( TimeoutCode int = iota InternalCode InvalidArgsCode )
Variables ¶
This section is empty.
Functions ¶
func ToGrpcError ¶
Types ¶
type CommonError ¶
func Error ¶
func Error(code int, msg string) CommonError
func Errorf ¶
func Errorf(code int, format string, a ...interface{}) CommonError
type DynamicComponent ¶
type SetComponent ¶
type SetComponent interface { SetConfigStore(cs configstores.Store) (err error) SetSecretStore(ss secretstores.SecretStore) (err error) }
Click to show internal directories.
Click to hide internal directories.