AxonFlow Go SDK v8.3.0
Installation
go get github.com/getaxonflow/axonflow-sdk-go/v8@v8.3.0
Documentation
Added
CategoryPIIIndonesia policy category constant ("pii-indonesia").
Enables filtering and creating policies for Indonesian PII detection
(NIK, KK, NPWP, BPJS) alongside the existing per-jurisdiction categories.
DataResidency and TransferBasis fields on AuditLogEntry.
Optional string fields supporting UU PDP Art. 56 cross-border data transfer
logging. DataResidency is an ISO 3166-1 alpha-2 country code;
TransferBasis is one of adequacy, safeguards, or consent.
Both are omitempty for backward compatibility with older platform versions.
- OJK compliance assessment types (
ojk.go): OJKComplianceFramework,
OJKPillar, OJKReadinessScore, OJKBreachNotification,
OJKAuditExportRequest/Response, CrossBorderTransferRecord.
Type-only surface for building OJK-regulated AI governance workflows.
- Indonesia compliance example (
examples/indonesia_compliance/):
demonstrates NIK detection, audit log querying with cross-border fields,
and policy filtering by the new pii-indonesia category.