accesscore

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2026 License: MIT Imports: 32 Imported by: 0

Documentation

Overview

Package accesscore is the platform composition module for the accesscore Cell. It implements composition.CellModule and wires all accesscore-specific dependencies from composition.SharedDeps.

This is a composition-root-layer package: it may import cells/, adapters/, and cellmodules/cellsecrets/. It must NOT be imported by cells/, runtime/, or adapters/.

ref: uber-go/fx fx.Module("accesscore", ...) — self-contained module.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Module

func Module() composition.CellModule

Module returns a composition.CellModule that wires the accesscore Cell.

Types

type BootstrapAdminCredentials

type BootstrapAdminCredentials struct {
	Username []byte
	Password []byte
}

BootstrapAdminCredentials holds the env-driven credentials for the initial admin setup endpoint.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL