This commit is contained in:
Chris Lu
2020-03-07 06:12:57 -08:00
parent 564629444b
commit 1ae83c2938
7 changed files with 35 additions and 28 deletions

View File

@@ -23,9 +23,9 @@ var (
)
type QueueOptions struct {
filer *string
port *int
defaultTtl *string
filer *string
port *int
defaultTtl *string
}
func init() {