Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrissan committed Aug 22, 2024
1 parent d073a3d commit b0a985a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/tlcodegen/qt_namespace.qtpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ type Client struct {
Client *rpc.Client
Network string // should be either "tcp4" or "unix"
Address string
ActorID int64 // should be >0 for routing via rpc-proxy
Timeout time.Time // used if not set in extra or ctx
ActorID int64 // should be >0 for routing via rpc-proxy
Timeout time.Duration // used if not set in extra or ctx
}

{%= writeClientsCode(gen.GlobalPackageName, namespace.types, directImports, ourTypes) %}
Expand Down
4 changes: 2 additions & 2 deletions internal/tlcodegen/qt_namespace.qtpl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0a985a

Please sign in to comment.