Directories ¶
Path | Synopsis |
---|---|
Package configuration contains the iovns module for handling state configuration such as account
|
Package configuration contains the iovns module for handling state configuration such as account |
client/cli
Package cli contains the cobra commands used to interact with the configuration module via CLI
|
Package cli contains the cobra commands used to interact with the configuration module via CLI |
client/rest
Package rest contains the handlers used to interact with the configuration module via REST
|
Package rest contains the handlers used to interact with the configuration module via REST |
types
Package types contains all the types used by the configuration module
|
Package types contains all the types used by the configuration module |
Package starname contains all the handlers, types and state keepers of the starname module The starname module is the implementation of a blockchainized domain name system based on the concepts of domains, domains have owners and can be transferred Domains hold an entity called Account, which can be owned by another address transferred, and serves the purpose of mapping resources that can be associated with another entity
|
Package starname contains all the handlers, types and state keepers of the starname module The starname module is the implementation of a blockchainized domain name system based on the concepts of domains, domains have owners and can be transferred Domains hold an entity called Account, which can be owned by another address transferred, and serves the purpose of mapping resources that can be associated with another entity |
client/cli
Package cli contains the cobra commands used to interact with the starname module via CLI
|
Package cli contains the cobra commands used to interact with the starname module via CLI |
client/rest
Package rest contains the http handlers used to interact with the starname module via RESt
|
Package rest contains the http handlers used to interact with the starname module via RESt |
controllers/account
Package account contains request verifiers used to interact with accounts in the starname module
|
Package account contains request verifiers used to interact with accounts in the starname module |
controllers/domain
Package domain contains request verifiers used to interact with domain in the starname module
|
Package domain contains request verifiers used to interact with domain in the starname module |
keeper
Package keeper contains the definition of the queries used to interact with the starname module and also the keeper object that takes care of modifying and reading the state of the module.
|
Package keeper contains the definition of the queries used to interact with the starname module and also the keeper object that takes care of modifying and reading the state of the module. |
keeper/executor
Package executor implements wrappers around starname module keeper that are used to perform actions on objects stored inside the crud.Store
|
Package executor implements wrappers around starname module keeper that are used to perform actions on objects stored inside the crud.Store |
types
Package types contains the models, errors, names used by the starname module
|
Package types contains the models, errors, names used by the starname module |
Click to show internal directories.
Click to hide internal directories.