Skip to content

feat: client proof of concept #2996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: client proof of concept #2996

wants to merge 1 commit into from

Conversation

stevenh
Copy link
Contributor

@stevenh stevenh commented Feb 25, 2025

This is a client proof of concept which contains basic config support alongside an example method BuildImage.

@github-actions github-actions bot added the feature New functionality or new behaviors on the existing one label Feb 25, 2025
Copy link

netlify bot commented Feb 25, 2025

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 67ef16e
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/67be34bd2d3096000883f657
😎 Deploy Preview https://deploy-preview-2996--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

This is a client proof of concept which contains basic config support
alongside an example method BuildImage.
type ClientOption func(*Client) error

// Logger returns a client option that sets the logger for the client.
func Logger(log slog.Logger) ClientOption {
Copy link
Member

Choose a reason for hiding this comment

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

question: are we going to use WithXXX options or XXX (like here)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or new behaviors on the existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants