Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 764 Bytes

File metadata and controls

19 lines (13 loc) · 764 Bytes

azkit documentation

azkit provides native Go HTTP clients for Azure Table Storage and shared credential helpers used across fgrzl libraries.

Module: github.com/fgrzl/azkit — import tables and credentials subpackages (there is no root package).

Start here

Document Description
Overview What azkit is, design goals, and package map
Getting started Install, credentials, and first CRUD operations
Tables reference HTTPTableClient, batching, paging, retries, errors

Related