connection

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

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

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.

func GetURL

func GetURL(cfg *config.ConnectionConfig, appName string) (string, error)

GetURL returns CatalogURL from [catalogURL/]repoName/applicationName[:version]

Types

This section is empty.

Jump to

Keyboard shortcuts

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