Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLog ¶
type AuditLog struct { ID string `json:"id"` Action string `json:"action"` EntityType string `json:"entityType"` EntityID string `json:"entityId"` UserID string `json:"userId"` Timestamp time.Time `json:"timestamp"` Metadata map[string]interface{} `json:"metadata"` PrevHash string `json:"prevHash"` CurrentHash string `json:"currentHash"` }
type BlockchainAuditStore ¶
type BlockchainAuditStore struct {
// contains filtered or unexported fields
}
func NewBlockchainAuditStore ¶
func NewBlockchainAuditStore(client *channel.Client, tracer tracing.Tracer) *BlockchainAuditStore
func (*BlockchainAuditStore) GetAuditTrail ¶
Click to show internal directories.
Click to hide internal directories.