Documentation ¶
Overview ¶
*
- Copyright 2020 Napptive *
- 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 *
- https://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
- func GetConnection(cfg *config.ConnectionConfig) (*grpc.ClientConn, error)
- func GetConnectionToCatalog(cfg *config.ConnectionConfig, applicationID string) (*grpc.ClientConn, error)
- func GetContext() (context.Context, context.CancelFunc)
- func GetNonTLSConnection(cfg *config.ConnectionConfig, address string) (*grpc.ClientConn, error)
- func GetTLSConnection(cfg *config.ConnectionConfig, address string) (*grpc.ClientConn, error)
- func GetURL(cfg *config.ConnectionConfig, appName string) (string, error)
Constants ¶
View Source
const ContextTimeout = 5 * time.Minute
ContextTimeout with the default timeout for Napptive catalog operations.
Variables ¶
This section is empty.
Functions ¶
func GetConnection ¶
func GetConnection(cfg *config.ConnectionConfig) (*grpc.ClientConn, error)
GetConnection creates a connection with a gRPC server.
func GetConnectionToCatalog ¶
func GetConnectionToCatalog(cfg *config.ConnectionConfig, applicationID string) (*grpc.ClientConn, error)
GetConnectionToCatalog creates
func GetContext ¶
func GetContext() (context.Context, context.CancelFunc)
GetContext returns a valid gRPC context with the appropiate authorization header.
func GetNonTLSConnection ¶
func GetNonTLSConnection(cfg *config.ConnectionConfig, address string) (*grpc.ClientConn, error)
GetNonTLSConnection returns a plain connection with the playground server.
func GetTLSConnection ¶
func GetTLSConnection(cfg *config.ConnectionConfig, address string) (*grpc.ClientConn, error)
GetTLSConnection returns a TLS wrapped connection with the playground server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.