doc.go raw

   1  // Package endpoints provides functionality for managing service endpoints and endpoint resolution
   2  // in the Yandex Cloud Go SDK. It handles endpoint management, resolution, and connection pooling
   3  // for various cloud services.
   4  package endpoints
   5