Skip to content

Commit 1c7d8bc

Browse files
authored
v0.1.2 (#9)
1 parent c1f0252 commit 1c7d8bc

File tree

3 files changed

+241
-2
lines changed

3 files changed

+241
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
func main() {
3333
config := client.DefaultTransportConfig().
3434
WithBasePath("api").
35-
WithHost("moira.skbkontur.ru").
35+
WithHost("moira.example.com").
3636
WithSchemes([]string{"https"})
3737

3838
transport := httptransport.New(config.Host, config.BasePath, config.Schemes)

pkg/client/contact/get_contact_events_by_id_parameters.go

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/event/get_events_list_parameters.go

Lines changed: 163 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)