guildhouse-spire-plugins/pkg/shellstream/doc.go

9 lines
424 B
Go

// Package shellstream encodes and decodes Shellstream SSH certificate extensions.
//
// Shellstream extensions use the @guildhouse.io vendor suffix to carry
// governance metadata in SSH certificates. This package provides Encode,
// Decode, and Validate functions that operate on the extension map within
// an OpenSSH certificate.
//
// See specs/shellstream-extensions.md for the full specification.
package shellstream