Skip to content

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