context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto | Package crypto collects common cryptographic constants. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/apache/beam/sdks/v2/go/pkg/beam | Package beam is an implementation of the Apache Beam (https://beam.apache.org) programming model in Go. |
github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime | Package runtime contains runtime hooks and utilities for pipeline options and type registration. |
github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/exec | Package exec contains runtime plan representation and execution. |
github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/graphx/schema | Package schema contains utility functions for relating Go types and Beam Schemas. |
github.com/apache/beam/sdks/v2/go/pkg/beam/core/util/reflectx | Package reflectx contains a set of reflection utilities and well-known types. |
github.com/apache/beam/sdks/v2/go/pkg/beam/register | Package register contains functions for registering and optimizing your DoFn. |
github.com/google/trillian/merkle/coniks | Package coniks provides CONIKS hashing for maps. |
github.com/google/trillian/merkle/smt | Package smt contains the implementation of the sparse Merkle tree logic. |
github.com/google/trillian/merkle/smt/node | Package node implements a sparse Merkle tree node. |
io | Package io provides basic interfaces to I/O primitives. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |