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

Enhance source code tree and names #60

Closed
seokho-son opened this issue Nov 6, 2019 · 3 comments
Closed

Enhance source code tree and names #60

seokho-son opened this issue Nov 6, 2019 · 3 comments
Assignees
Labels
feature request Issue related with new feature

Comments

@seokho-son
Copy link
Member

Let's enhance source code tree and names.

I suggest as follows,
cb-tumblebug/
----------------/README.md
----------------config/
------------------------setup.env
------------------------log_conf.yaml
------------------------store_conf.yaml
----------------doc/
----------------source/
------------------------apiserver.go (mcism_server.go)
------------------------common/
-----------------------------------utility.go (some common utilities in mcism_server.go)
-----------------------------------namespace.go (mcism_namespace.go)
------------------------mcir/
-------------------------------image.go (mcir_image.go)
-------------------------------spec.go (mcir_spec.go)
....
-------------------------------vnic.go (mcir_vnic.go)
------------------------mcism/
--------------------------------control.go (mcism_mcis.go)
--------------------------------(will be extende)

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.99. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the feature request Issue related with new feature label Nov 6, 2019
@jihoon-seo
Copy link
Member

jihoon-seo commented Nov 6, 2019

cb-tumblebug/
----------------/README.md
----------------config/
------------------------setup.env
------------------------log_conf.yaml
------------------------store_conf.yaml
----------------docs/
----------------src/
------------------------mcism.go (mcism_server.go)
------------------------common/
-----------------------------------utility.go (some common utilities in mcism_server.go)
-----------------------------------namespace.go (mcism_namespace.go)
------------------------mcir/
-------------------------------image.go (mcir_image.go)
-------------------------------spec.go (mcir_spec.go)
....
-------------------------------vnic.go (mcir_vnic.go)
------------------------mcis/
--------------------------------control.go (mcism_mcis.go)
--------------------------------(will be extended)
----------------test/
------------------------tester-go/
------------------------tester-sh/

@jihoon-seo
Copy link
Member

cb-tumblebug/
----------------/README.md
----------------conf/
------------------------setup.env
------------------------log_conf.yaml
------------------------store_conf.yaml
----------------docs/
----------------src/
------------------------apiserver/
-----------------------------------apiserver.go (mcism_server.go)
------------------------mcism.go (contains main() which calls apiserver())
------------------------common/
-----------------------------------utility.go (some common utilities in mcism_server.go)
-----------------------------------namespace.go (mcism_namespace.go)
------------------------mcir/
-------------------------------image.go (mcir_image.go)
-------------------------------spec.go (mcir_spec.go)
....
-------------------------------vnic.go (mcir_vnic.go)
-------------------------------utility.go
------------------------mcis/
--------------------------------control.go (mcism_mcis.go)
--------------------------------utility.go
--------------------------------(will be extended)
----------------test/
------------------------tester-go/
------------------------tester-sh/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issue related with new feature
Projects
None yet
Development

No branches or pull requests

2 participants