Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package account contains the code to manage users and integrate authenthication functionalities from other identity providers.
|
Package account contains the code to manage users and integrate authenthication functionalities from other identity providers. |
Package application contains the code declaration of the necessary interfaces which hold the business logic of our application.
|
Package application contains the code declaration of the necessary interfaces which hold the business logic of our application. |
repository
Package repository contains interfaces used by our repositories.
|
Package repository contains interfaces used by our repositories. |
Package auth provides functionality related to authentication and authorization
|
Package auth provides functionality related to authentication and authorization |
Package configuration is in charge of the validation and extraction of all the configuration details from a configuration file.
|
Package configuration is in charge of the validation and extraction of all the configuration details from a configuration file. |
Package criteria holds a representation of expression trees and code for their manipulation This package serves to decouple the concrete query language from the execution of the queries against the database
|
Package criteria holds a representation of expression trees and code for their manipulation This package serves to decouple the concrete query language from the execution of the queries against the database |
Package design contains the generic API machinery code of our adder API generated using goa framework.
|
Package design contains the generic API machinery code of our adder API generated using goa framework. |
Package errors holds some of the defined wrappers to handle specific type of errors.
|
Package errors holds some of the defined wrappers to handle specific type of errors. |
Package gormapplication contains the code in charge of managing CRUD operations over all the defined objects in our gorm database.
|
Package gormapplication contains the code in charge of managing CRUD operations over all the defined objects in our gorm database. |
Package gormsupport provides all the required functions to manage the lifecycle and common operations against our gorm database.
|
Package gormsupport provides all the required functions to manage the lifecycle and common operations against our gorm database. |
Package gormtestsupport provides all the required functions to manage the lifecycle and common operations against our gorm database in tests.
|
Package gormtestsupport provides all the required functions to manage the lifecycle and common operations against our gorm database in tests. |
benchmark
Package benchmark provides all the required functions to manage the lifecycle and common operations against our gorm database in benchmarks.
|
Package benchmark provides all the required functions to manage the lifecycle and common operations against our gorm database in benchmarks. |
Package log provides an implementation of our own logging API calls atop of logrus logging package
|
Package log provides an implementation of our own logging API calls atop of logrus logging package |
Package login defines the basic entrypoint required to perform a remote oauth login.
|
Package login defines the basic entrypoint required to perform a remote oauth login. |
tokencontext
Package token_context contains the code that extract token manager from the context.
|
Package token_context contains the code that extract token manager from the context. |
Package migration contains all the necessary code for the creation and population of the database.
|
Package migration contains all the necessary code for the creation and population of the database. |
query
|
|
simple
Package query This package implements a super basic parser that takes a string, converts it to json and constructs an AndExpression of "key == value" expressions of all the fields in the json object this is just a stand-in until we have defined a proper query language
|
Package query This package implements a super basic parser that takes a string, converts it to json and constructs an AndExpression of "key == value" expressions of all the fields in the json object this is just a stand-in until we have defined a proper query language |
Package resource is used to manage which tests shall be executed.
|
Package resource is used to manage which tests shall be executed. |
Package space provides all the required functions to manage the definition of spaces.
|
Package space provides all the required functions to manage the definition of spaces. |
authz
Package authz contains the code that authorizes space operations
|
Package authz contains the code that authorizes space operations |
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Package token is used to manage the creation and validation of the credentials used for authenthication.
|
Package token is used to manage the creation and validation of the credentials used for authenthication. |
tool
|
|
Click to show internal directories.
Click to hide internal directories.