mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
remove unused tx function
This commit is contained in:
parent
d192c1f24f
commit
b2d666a1d0
1 changed files with 0 additions and 7 deletions
|
|
@ -41,13 +41,6 @@ type Command struct {
|
|||
commandOptions []server.CommandOption
|
||||
}
|
||||
|
||||
func OptTxSrc(src string) server.CommandOption {
|
||||
return func(m *server.Command) error {
|
||||
m.Config.Txsrc = src
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
func OptAllowedOrigins(origins []string) server.CommandOption {
|
||||
return func(m *server.Command) error {
|
||||
m.Config.Handler.AllowedOrigins = origins
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue