package gitea_test import ( "gitea.weiker.me/rodin/review-bot/gitea" "gitea.weiker.me/rodin/review-bot/vcs" ) // Compile-time interface conformance assertion. // The Adapter (not the raw Client) satisfies the full vcs.Client interface. var _ vcs.Client = (*gitea.Adapter)(nil)