Files
StackChan/server/internal/controller/post/post_new.go
T
2026-01-07 18:04:01 +08:00

21 lines
477 B
Go

/*
SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
SPDX-License-Identifier: MIT
*/
// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package post
import (
"stackChan/api/post"
)
type ControllerV1 struct{}
func NewV1() post.IPostV1 {
return &ControllerV1{}
}