package json

import "go.dedis.ch/dela/core/access/darc/json"

Index

Types

type ExpressionJSON

type ExpressionJSON struct {
	Identities []json.RawMessage
	Matches    [][]int
}

ExpressionJSON is the JSON message for an expression.

type PermissionJSON

type PermissionJSON struct {
	Expressions map[string]ExpressionJSON
}

PermissionJSON is the JSON message for a permission.

Source Files

json.go

Version
v0.1.0 (latest)
Published
Apr 10, 2024
Platform
linux/amd64
Imports
6 packages
Last checked
1 month ago

Tools for package owners.