Skip to content

Commit

Permalink
zqh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoqh committed Dec 7, 2021
1 parent 0c3876a commit 94661bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ type API interface {
EncoderOf(typ reflect2.Type) ValEncoder
Marshal2File(lineDate int, writefun func(lineDate int, p []byte) error, v interface{}) error
Marshal2Writer(writer io.Writer, v interface{}) error
Marshal2Lines(writer io.Writer, objs []interface{}) error
}

// ConfigDefault the default API
Expand Down

0 comments on commit 94661bc

Please sign in to comment.