Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // GrpcAddr is the address of the GRPC endpoint. GrpcAddr string // GrpcNoTls is true if no TLS is being used. GrpcNoTLS bool // DatastoreEngine is the datastore engine being used. DatastoreEngine string }
Args are various arguments passed to SpiceDB.
type Dashboard ¶
type Dashboard struct {
// contains filtered or unexported fields
}
Dashboard is a dashboard for displaying usage information for SpiceDB.
func NewDashboard ¶
NewDashboard instantiates a new dashboard server for the given addr.
func (*Dashboard) ListenAndServe ¶
ListenAndServe runs the dashboard on the configured HTTP address.
Click to show internal directories.
Click to hide internal directories.