doc: 为现有模块补足模块文档
This commit is contained in:
2
interval/api/doc.go
Normal file
2
interval/api/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package api defines the HTTP control plane of the push service
|
||||||
|
package api
|
||||||
2
interval/api/handler/doc.go
Normal file
2
interval/api/handler/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package handler contains HTTP request handlers for the REST API.
|
||||||
|
package handler
|
||||||
2
interval/model/doc.go
Normal file
2
interval/model/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package model defines core domain models of the push service.
|
||||||
|
package model
|
||||||
2
interval/server/doc.go
Normal file
2
interval/server/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Package server provides HTTP server abstractions.
|
||||||
|
package server
|
||||||
Reference in New Issue
Block a user