github.com/letsencrypt/boulder@v0.20251208.0/sa/proto/sadb.proto (about)

     1  syntax = "proto3";
     2  
     3  package sa;
     4  option go_package = "github.com/letsencrypt/boulder/sa/proto";
     5  
     6  // Used internally for storage in the DB, not for RPCs.
     7  message Authzs {
     8    repeated int64 authzIDs = 1;
     9  }