Skip to content

Commit ad3f8a9

Browse files
committed
missed one
1 parent d82bb3b commit ad3f8a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/export.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ func ConfigureBasePaths(c *Config) {
1515
func Provider() *schema.Provider {
1616
return provider.Provider()
1717
}
18+
19+
func (c *Config) LoadAndValidate(ctx context.Context) error {
20+
return (*transport_tpg.Config)(c).LoadAndValidate(ctx)
21+
}

0 commit comments

Comments
 (0)