Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + const BufV130 + const BufV169 + func GetBuf(t *testing.T, version string) string + func RequireEnvToken(t *testing.T, envVar string) string + func RunBufDepUpdate(t *testing.T, bufBinary string, port int) (int, string) + func RunBufModUpdate(t *testing.T, bufBinary string, port int) (int, string) + type ServerResult struct + Output *bytes.Buffer + Port int + func StartServer(t *testing.T, cfg TestConfig) ServerResult + type TestConfig struct + GithubToken string + LogLevel string + RepoName string + RepoOwner string + RepoPaths []string + TLSCertPath string + TLSKeyPath string + func DefaultTestConfig() TestConfig