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
GO_LIBRARY() LICENSE(Apache-2.0) SRCS( api_client.go api_op_GetRoleCredentials.go api_op_ListAccountRoles.go api_op_ListAccounts.go api_op_Logout.go deserializers.go doc.go endpoints.go go_module_metadata.go serializers.go validators.go ) GO_TEST_SRCS( api_client_test.go endpoints_test.go protocol_test.go ) END() RECURSE( gotest internal types )