blob: 54fd98833ba0acb025ac7f297c0e0d81435e4dc7 (
plain) (
blame)
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
29
30
31
32
33
34
35
36
37
38
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
api_client.go
api_op_GetDynamicData.go
api_op_GetIAMInfo.go
api_op_GetInstanceIdentityDocument.go
api_op_GetMetadata.go
api_op_GetRegion.go
api_op_GetToken.go
api_op_GetUserData.go
doc.go
go_module_metadata.go
request_middleware.go
token_provider.go
)
GO_TEST_SRCS(
api_client_test.go
api_op_GetDynamicData_test.go
api_op_GetIAMInfo_test.go
api_op_GetInstanceIdentityDocument_test.go
api_op_GetMetadata_test.go
api_op_GetRegion_test.go
api_op_GetToken_test.go
api_op_GetUserData_test.go
request_middleware_test.go
shared_test.go
)
END()
RECURSE(
gotest
internal
)
|