add:send func

This commit is contained in:
2026-04-06 02:57:22 +09:00
parent 2760826b26
commit 5e44a3a35c
8 changed files with 342 additions and 11 deletions

5
internal/pages/send.go Normal file
View File

@@ -0,0 +1,5 @@
package pages
type SendPageMsg struct {
ServerName string
}