Skip to content

feat(sdk): stub register call - #23

Merged
joe0BAB merged 1 commit into
mainfrom
feat/stub-register-call
Jun 20, 2025
Merged

feat(sdk): stub register call#23
joe0BAB merged 1 commit into
mainfrom
feat/stub-register-call

Conversation

@joe0BAB

Copy link
Copy Markdown
Collaborator

More plumbing work

Comment threadpkg/stub/register.go
}, nil
}

func DoRegister(ctx context.Context, conn net.Conn, pluginName string, plugin Plugin, timeout time.Duration) (*RuntimeConfig, error) {

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Export again is temporary to make the linter happy.

@joe0BAB
joe0BAB marked this pull request as ready for review June 20, 2025 14:28
@joe0BAB
joe0BAB requested review from Benehiko and wmlukeJune 20, 2025 14:30
@joe0BAB
joe0BAB merged commit e652fcf into mainJun 20, 2025
@joe0BAB
joe0BAB deleted the feat/stub-register-call branch June 20, 2025 14:49
@joe0BABjoe0BAB linked an issue Jun 23, 2025 that may be closed by this pull request
@joe0BABjoe0BAB mentioned this pull request Jun 23, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stub (plugin client SDK part) V0

2 participants

@joe0BAB@Benehiko