forked from loafle/openapi-generator-original
update samples
This commit is contained in:
parent
242f648379
commit
931c4e361f
@ -15,7 +15,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PtrBool is a helper routine that returns a pointer to given integer value.
|
// PtrBool is a helper routine that returns a pointer to given boolean value.
|
||||||
func PtrBool(v bool) *bool { return &v }
|
func PtrBool(v bool) *bool { return &v }
|
||||||
|
|
||||||
// PtrInt is a helper routine that returns a pointer to given integer value.
|
// PtrInt is a helper routine that returns a pointer to given integer value.
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PtrBool is a helper routine that returns a pointer to given integer value.
|
// PtrBool is a helper routine that returns a pointer to given boolean value.
|
||||||
func PtrBool(v bool) *bool { return &v }
|
func PtrBool(v bool) *bool { return &v }
|
||||||
|
|
||||||
// PtrInt is a helper routine that returns a pointer to given integer value.
|
// PtrInt is a helper routine that returns a pointer to given integer value.
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PtrBool is a helper routine that returns a pointer to given integer value.
|
// PtrBool is a helper routine that returns a pointer to given boolean value.
|
||||||
func PtrBool(v bool) *bool { return &v }
|
func PtrBool(v bool) *bool { return &v }
|
||||||
|
|
||||||
// PtrInt is a helper routine that returns a pointer to given integer value.
|
// PtrInt is a helper routine that returns a pointer to given integer value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user