FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nvcf-go/functiondeploymentfunction.go at main · brevdev/nvcf-go · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
brevdev
/
nvcf-go
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
nvcf-go
/
functiondeploymentfunction.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 1.14 KB
Breadcrumbs
nvcf-go
/
functiondeploymentfunction.go
Copy path
File metadata and controls
28 lines (24 loc) · 1.14 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
package
nvidiacloudfunctions
import
(
"github.com/brevdev/nvcf-go/option"
)
// FunctionDeploymentFunctionService contains methods and other services that help
// with interacting with the nvidia-cloud-functions API.
//
// Note, unlike clients, this service does not read variables from the environment
// automatically. You should not instantiate this service directly, and instead use
// the [NewFunctionDeploymentFunctionService] method instead.
type
FunctionDeploymentFunctionService
struct
{
Options
[]option.
RequestOption
Versions
*
FunctionDeploymentFunctionVersionService
}
// NewFunctionDeploymentFunctionService generates a new service that applies the
// given options to each request. These options are applied after the parent
// client's options (if there is one), and before any request-specific options.
func
NewFunctionDeploymentFunctionService
(
opts
...
option.
RequestOption
) (
r
*
FunctionDeploymentFunctionService
) {
r
=
&
FunctionDeploymentFunctionService
{}
r
.
Options
=
opts
r
.
Versions
=
NewFunctionDeploymentFunctionVersionService
(
opts
...
)
return
}
Back
|
FazBrowse Home
|
New Git URL