docs

package
v1.30.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2026 License: MIT Imports: 1 Imported by: 0

README

Txlog Server Documentation

Welcome to the Txlog Server documentation. This documentation is divided into four types of guides:

📚 Documentation Index

1. Tutorials (Learning-oriented)

Start here if you are new to the project.

2. How-to Guides (Task-oriented)

Step-by-step guides to achieve specific goals.

Authentication & Security
Operations
Reports
Development
3. Reference (Information-oriented)

Technical descriptions and specifications.

System
LDAP Specifics
4. Explanation (Understanding-oriented)

Background knowledge and design decisions.

Architecture
Deep Dives

�️ Tools & Scripts

The docs/ directory also contains useful scripts for administrators:

  • ldap-discovery.sh: An interactive script to help you discover your LDAP server's structure and test filters.

🔌 API Documentation (Swagger)

When the server is running, interactive API documentation is available at: http://localhost:8080/swagger/index.html

  • Source: docs/docs.go (Generated from code comments)
  • Update: Run make doc to regenerate.

🤝 Contributing

When adding new features, please update the relevant documentation sections above. Ensure all Markdown files pass markdownlint.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SwaggerInfo = &swag.Spec{
	Version:          "v1",
	Host:             "",
	BasePath:         "",
	Schemes:          []string{},
	Title:            "Txlog Server",
	Description:      "The centralized system that stores transaction data",
	InfoInstanceName: "swagger",
	SwaggerTemplate:  docTemplate,
	LeftDelim:        "{{",
	RightDelim:       "}}",
}

SwaggerInfo holds exported Swagger Info so clients can modify it

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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