Skip to content

Commit

Permalink
fflow-sdk-go
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterzhang86 committed Sep 7, 2022
1 parent 906a2ae commit 8c418f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faas/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ type Context interface {

// Logger 函数执行日志接口
type Logger interface {
Infof(message string, args ...any)
Warnf(message string, args ...any)
Logf(message string, args ...any)
Debugf(message string, args ...any)
Errorf(message string, args ...any)
}
Expand Down

0 comments on commit 8c418f6

Please sign in to comment.