Skip to content

Commit

Permalink
feat(plc4go/opcua): fix stringer
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jul 28, 2023
1 parent b74e9f3 commit b7ad5c1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plc4go/internal/opcua/MessageCodec.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ type MessageCodec struct {
channel *SecureChannel

connectEvent chan struct{}
connectTimeout time.Duration // TODO: do we need to have that in general, where to get that from
connectTimeout time.Duration `stringer:"true"` // TODO: do we need to have that in general, where to get that from
disconnectEvent chan struct{}
disconnectTimeout time.Duration // TODO: do we need to have that in general, where to get that from
disconnectTimeout time.Duration `stringer:"true"` // TODO: do we need to have that in general, where to get that from

stateChange sync.Mutex

Expand Down
18 changes: 18 additions & 0 deletions plc4go/internal/opcua/MessageCodec_plc4xgen.go

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

0 comments on commit b7ad5c1

Please sign in to comment.