add parser

This commit is contained in:
2026-03-26 01:56:29 +07:00
parent 05a68caa87
commit ad7bc9f7dd
18 changed files with 899 additions and 10 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
package app
import (
proto "pinned_message/proto"
"context"
proto "pinned_message/proto"
)
type Server struct {
proto.UnimplementedpinnedMessageServer
proto.UnimplementedPinnedMessageServer
}
func NewServer() *Server {