Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

feat: add account commands skeleton#1

Merged
noetarbouriech merged 2 commits into
mainfrom
feat/auth_skeleton
Jun 25, 2023
Merged

feat: add account commands skeleton#1
noetarbouriech merged 2 commits into
mainfrom
feat/auth_skeleton

Conversation

@noetarbouriech

Copy link
Copy Markdown
Member

Changes

  • Add paastech login command skeleton.
  • Add paastech logout command skeleton.
  • Add paastech account command skeleton.

Notes

  • Commands are defined in cmd/ and their logic is defined in pkg/.
  • pkg/ is commonly used in go for code that's ok to use by external applications. This way, people should be able to import this repo to use functions from this app.

@noetarbouriech noetarbouriech requested a review from mfernd June 24, 2023 11:32

@mfernd mfernd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

Comment thread cmd/login.go Outdated
@noetarbouriech noetarbouriech merged commit e95de8e into main Jun 25, 2023
@noetarbouriech noetarbouriech deleted the feat/auth_skeleton branch June 25, 2023 19:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants