pkg/

directory
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0

README

/pkg

Library code that's ok to use by external applications (e.g., /pkg/mypubliclib). Other projects will import these libraries expecting them to work, so think twice before you put something here :-) Note that the internal directory is a better way to ensure your private packages are not importable because it's enforced by Go. The /pkg directory is still a good way to explicitly communicate that the code in that directory is safe for use by others. The I'll take pkg over internal blog post by Travis Jeffery provides a good overview of the pkg and internal directories and when it might make sense to use them.

Directories

Path Synopsis
Package rubin experiments with Kafka REST Proxy API for sync Kafka communication Full docs: https://docs.confluent.io/cloud/current/api.html#tag/Records-(v3)
Package rubin experiments with Kafka REST Proxy API for sync Kafka communication Full docs: https://docs.confluent.io/cloud/current/api.html#tag/Records-(v3)

Jump to

Keyboard shortcuts

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