common

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.

Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.

Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.

Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.

Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.

Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.

Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChCredentials added in v1.1.0

type ChCredentials struct {
	Address string `pkl:"address"`

	User string `pkl:"user"`

	Password string `pkl:"password"`

	Database string `pkl:"database"`
}

type Common

type Common struct {
}

func Load

func Load(ctx context.Context, evaluator pkl.Evaluator, source *pkl.ModuleSource) (Common, error)

Load loads the pkl module at the given source and evaluates it with the given evaluator into a Common

func LoadFromPath

func LoadFromPath(ctx context.Context, path string) (ret Common, err error)

LoadFromPath loads the pkl module at the given path and evaluates it into a Common

type Kafka

type Kafka struct {
	SaslAuth *KafkaAuth `pkl:"saslAuth"`

	Brokers []string `pkl:"brokers"`

	Version *string `pkl:"version"`

	Topics []string `pkl:"topics"`
}

type KafkaAuth added in v1.0.3

type KafkaAuth struct {
	SaslMechanism saslmechanism.SASLMechanism `pkl:"saslMechanism"`

	SaslUsername string `pkl:"saslUsername"`

	SaslPassword string `pkl:"saslPassword"`
}

type Pipelaner

type Pipelaner struct {
	Host string `pkl:"host"`

	Port uint `pkl:"port"`

	Tls *TLSConfig `pkl:"tls"`
}

type TLSConfig

type TLSConfig struct {
	CertFile string `pkl:"certFile"`

	KeyFile string `pkl:"keyFile"`
}

Directories

Path Synopsis
Code generated from Pkl module `com.pipelaner.source.common`.
Code generated from Pkl module `com.pipelaner.source.common`.

Jump to

Keyboard shortcuts

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