File: doc.go

package info (click to toggle)
golang-github-spiffe-spike-sdk-go 0.16.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,084 kB
  • sloc: sh: 53; makefile: 28
file content (10 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
//    \\ SPIKE: Secure your secrets with SPIFFE. — https://spike.ist/
//  \\\\\ Copyright 2024-present SPIKE contributors.
// \\\\\\\ SPDX-License-Identifier: Apache-2.0

// Package errors provides sentinel error values used throughout the SPIKE API.
// These errors represent common failure conditions such as authentication
// failures, validation errors, initialization issues, and communication
// problems. They enable consistent error handling and identification across
// SPIKE services.
package errors