Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
markgo
command
Package main provides the unified CLI entry point for all MarkGo commands.
|
Package main provides the unified CLI entry point for all MarkGo commands. |
|
internal
|
|
|
commands/init
Package init provides the blog initialization command for MarkGo.
|
Package init provides the blog initialization command for MarkGo. |
|
commands/new
Package new provides the article creation command for MarkGo.
|
Package new provides the article creation command for MarkGo. |
|
commands/serve
Package serve provides the HTTP server command for the MarkGo blog platform.
|
Package serve provides the HTTP server command for the MarkGo blog platform. |
|
config
Package config provides configuration management for MarkGo blog engine.
|
Package config provides configuration management for MarkGo blog engine. |
|
constants
Package constants provides application-wide constants for the MarkGo blog engine.
|
Package constants provides application-wide constants for the MarkGo blog engine. |
|
errors
Package errors provides custom error types and error handling utilities for the MarkGo blog engine.
|
Package errors provides custom error types and error handling utilities for the MarkGo blog engine. |
|
etag
Package etag provides HTTP entity-tag generation and If-None-Match comparison, shared by the HTML render path (weak, body-derived validator) and static-asset serving (strong, build-version-derived validator).
|
Package etag provides HTTP entity-tag generation and If-None-Match comparison, shared by the HTML render path (weak, body-derived validator) and static-asset serving (strong, build-version-derived validator). |
|
handlers
Package handlers provides HTTP request handlers for the MarkGo blog engine.
|
Package handlers provides HTTP request handlers for the MarkGo blog engine. |
|
middleware
Package middleware provides HTTP middleware for the MarkGo blog engine.
|
Package middleware provides HTTP middleware for the MarkGo blog engine. |
|
models
Package models defines data structures and models for the MarkGo blog engine.
|
Package models defines data structures and models for the MarkGo blog engine. |
|
services
Package services provides business logic layer for MarkGo blog engine.
|
Package services provides business logic layer for MarkGo blog engine. |
|
services/article
Package article provides article management services for the MarkGo blog engine.
|
Package article provides article management services for the MarkGo blog engine. |
|
services/seo
Package seo provides SEO functionality including meta tags, schema markup, and sitemap generation.
|
Package seo provides SEO functionality including meta tags, schema markup, and sitemap generation. |
|
slug
Package slug provides canonical slug generation and path-containment primitives shared by the article repository and the compose service.
|
Package slug provides canonical slug generation and path-containment primitives shared by the article repository and the compose service. |
|
Package web embeds templates and static assets into the binary.
|
Package web embeds templates and static assets into the binary. |
Click to show internal directories.
Click to hide internal directories.