@@ -75,7 +75,7 @@ type Server struct {
75
75
ContentAPILinkHandler * api.LinkHandler
76
76
ContentAPIPostHandler * api.PostHandler
77
77
ContentAPISheetHandler * api.SheetHandler
78
- ContentAPIOptionHander * api.OptionHandler
78
+ ContentAPIOptionHandler * api.OptionHandler
79
79
}
80
80
81
81
type ServerParams struct {
@@ -129,7 +129,7 @@ type ServerParams struct {
129
129
ContentAPILinkHandler * api.LinkHandler
130
130
ContentAPIPostHandler * api.PostHandler
131
131
ContentAPISheetHandler * api.SheetHandler
132
- ContentAPIOptionHander * api.OptionHandler
132
+ ContentAPIOptionHandler * api.OptionHandler
133
133
}
134
134
135
135
func NewServer (param ServerParams , lifecycle fx.Lifecycle ) * Server {
@@ -192,7 +192,7 @@ func NewServer(param ServerParams, lifecycle fx.Lifecycle) *Server {
192
192
ContentAPILinkHandler : param .ContentAPILinkHandler ,
193
193
ContentAPIPostHandler : param .ContentAPIPostHandler ,
194
194
ContentAPISheetHandler : param .ContentAPISheetHandler ,
195
- ContentAPIOptionHander : param .ContentAPIOptionHander ,
195
+ ContentAPIOptionHandler : param .ContentAPIOptionHandler ,
196
196
ContentSearchHandler : param .ContentSearchHandler ,
197
197
}
198
198
lifecycle .Append (fx.Hook {
0 commit comments