Dan Deason
Dan Deason
Changes to support newer versions of godror/gorm. Newest packages give these errors: go/pkg/mod/github.com/cengsin/[email protected]/create.go:137:39: not enough arguments in call to field.Set have (reflect.Value, any) want (context.Context, reflect.Value, interface{}) go/pkg/mod/github.com/cengsin/[email protected]/oracle.go:53:59: unknown field...
I've been working on getting the server working and I've got a version of it working on the server branch of my fork [here](/danomagnum/opcua/tree/server). There is still quite a bit...
The server doesn't handle that so it ignores it. Unfortunately that means it never replies to the client so the client potentially just sits there waiting for the response to...
I believe I've got the server functioning well enough to merge into the main branch and let users start trying it. I've updated the readme to detail where the server...
Create logging interface that matches slog and provide a shim for using the regular log package.
Re-opening this pull request after working through issues and figuring out which commit I missed while rebasing previously. Of the 86,027 lines this pull request shows, 72,368 of them are...
Need to implement "partial transfer" logic to allow reading arbitrarily large arrays.