Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asset and component api #57

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

shentuzhigang
Copy link

i add some new api

asset.go Outdated Show resolved Hide resolved
asset.go Outdated Show resolved Hide resolved
asset.go Outdated Show resolved Hide resolved
asset.go Outdated Show resolved Hide resolved
@@ -0,0 +1 @@
package client
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create tests

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for all functions

component.go Outdated Show resolved Hide resolved
component.go Outdated Show resolved Hide resolved
component.go Outdated Show resolved Hide resolved
}

func (c client) ComponentUpload(s string, component Component) error {
panic("implement me")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please implement

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please implement the logic or remove the function

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for all functions

component_test.go Show resolved Hide resolved
@@ -0,0 +1 @@
package client
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for all functions

}

func (c client) ComponentUpload(s string, component Component) error {
panic("implement me")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please implement the logic or remove the function

}

func (c client) ComponentUpload(s string, component Component) error {
panic("implement me")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests for all functions

@anmoel anmoel changed the title Add repository list And component api Add asset and component api Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants