README ¶ go-azure-sas Go package for generating Azure Shared Access Signatures (SAS) token. Example token := azuresas.GenerateToken("https://namespace.servicebus.windows.net/default", "keyName", "key", 3600) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func GenerateToken(resourceURI string, keyName string, key string, expireSecs int) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateToken ¶ func GenerateToken(resourceURI string, keyName string, key string, expireSecs int) string Types ¶ This section is empty. Source Files ¶ View all Source files sas.go Click to show internal directories. Click to hide internal directories.