mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
21 lines
477 B
Go
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 file
|
|
|
|
import (
|
|
"stackChan/api/file"
|
|
)
|
|
|
|
type ControllerV1 struct{}
|
|
|
|
func NewV1() file.IFileV1 {
|
|
return &ControllerV1{}
|
|
}
|