Documentation
¶
Overview ¶
Package org provides the `ana org` verb tree: show, members, roles, and permissions. Like internal/auth it is pure dispatch logic composed around an injected Unary function, so it never imports internal/transport — callers adapt their transport client to the narrow Deps contract declared here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Deps ¶
Deps is the injected boundary. A real wiring layer adapts transport.Client to the single function field; tests pass fakes that record the path and request payload so assertions can check the wire-level field names.
Unary performs one Connect-RPC call: the request value is JSON-encoded, the response pointer is JSON-decoded.
Click to show internal directories.
Click to hide internal directories.