3nigm4

module
v0.1.3-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2016 License: GPL-3.0

README

3nigm4

A command line chat based on keybase.

3nigm4 is a Go application developed by nexocrew. The purpose of the software is to provide a GPG-based framework, integrated with keybase as a trusted key server, offering secure chat and file sharing capabilities.

Status

Build Status GoDoc GitHub issues

Test coverage

Lib crypto coverage / Lib filemanager coverage / Lib workingqueue coverage / Lib storageclient coverage / Lib s3 coverage

Table of contents

Components

The software is designed to be deployed as a microservices architecture. The components designed for the first alpha are:

  • 3n4chat: The service exposes REST APIs to exchange chat information. It will store the conversation encrypted and unaccessible to the server itself. (More information in the docs)
  • 3n4store This service will expose REST APIs to implement a authenticated interface to an S3 backend storage. All passed data will be encrypted client side, separated in chuncks of fixed size and separated from the encryption keys.
  • 3n4auth This service will provide authentication capabilities for the previously presented backend services.
  • 3n4cli: The clinet side command line interface.

Installation

All 3nigm4 components are available as docker images (official Docker Hub):

  • 3n4auth: docker pull nexo/3n4auth
  • 3n4store: docker pull nexo/3n4store
  • 3n4cli: docker pull nexo/3n4cli

Each image have a specific README file reporting specific deployment instructions and requirements.

Testing

Todo

Benchmark

Todo

Docs

In the docs/ directory you can find useful documentation.

Contribution

All contributions are well received. Please before contributing read the issues, we'll use them to keep track of todos, fixes and everything that the project will need. Thanks!

Contributors

@dyst0ni3 @FredMaggiowski @Bestbug

Directories

Path Synopsis
_vendor
src/github.com/aws/aws-sdk-go
Package sdk is the official AWS SDK for the Go programming language.
Package sdk is the official AWS SDK for the Go programming language.
src/github.com/aws/aws-sdk-go/aws
Package aws provides core functionality for making requests to AWS services.
Package aws provides core functionality for making requests to AWS services.
src/github.com/aws/aws-sdk-go/aws/awserr
Package awserr represents API error interface accessors for the SDK.
Package awserr represents API error interface accessors for the SDK.
src/github.com/aws/aws-sdk-go/aws/credentials
Package credentials provides credential retrieval and management The Credentials is the primary method of getting access to and managing credentials Values.
Package credentials provides credential retrieval and management The Credentials is the primary method of getting access to and managing credentials Values.
src/github.com/aws/aws-sdk-go/aws/credentials/stscreds
Package stscreds are credential Providers to retrieve STS AWS credentials.
Package stscreds are credential Providers to retrieve STS AWS credentials.
src/github.com/aws/aws-sdk-go/aws/defaults
Package defaults is a collection of helpers to retrieve the SDK's default configuration and handlers.
Package defaults is a collection of helpers to retrieve the SDK's default configuration and handlers.
src/github.com/aws/aws-sdk-go/aws/ec2metadata
Package ec2metadata provides the client for making API calls to the EC2 Metadata service.
Package ec2metadata provides the client for making API calls to the EC2 Metadata service.
src/github.com/aws/aws-sdk-go/aws/session
Package session provides a way to create service clients with shared configuration and handlers.
Package session provides a way to create service clients with shared configuration and handlers.
src/github.com/aws/aws-sdk-go/awstesting/integration
Package integration performs initialization and validation for integration tests.
Package integration performs initialization and validation for integration tests.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke
Package smoke contains shared step definitions that are used across integration tests
Package smoke contains shared step definitions that are used across integration tests
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm
Package acm provides gucumber integration tests support.
Package acm provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway
Package apigateway provides gucumber integration tests support.
Package apigateway provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice
Package applicationdiscoveryservice provides gucumber integration tests support.
Package applicationdiscoveryservice provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling
Package autoscaling provides gucumber integration tests support.
Package autoscaling provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation
Package cloudformation provides gucumber integration tests support.
Package cloudformation provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront
Package cloudfront provides gucumber integration tests support.
Package cloudfront provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm
Package cloudhsm provides gucumber integration tests support.
Package cloudhsm provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch
Package cloudsearch provides gucumber integration tests support.
Package cloudsearch provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail
Package cloudtrail provides gucumber integration tests support.
Package cloudtrail provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch
Package cloudwatch provides gucumber integration tests support.
Package cloudwatch provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs
Package cloudwatchlogs provides gucumber integration tests support.
Package cloudwatchlogs provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit
Package codecommit provides gucumber integration tests support.
Package codecommit provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy
Package codedeploy provides gucumber integration tests support.
Package codedeploy provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline
Package codepipeline provides gucumber integration tests support.
Package codepipeline provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity
Package cognitoidentity provides gucumber integration tests support.
Package cognitoidentity provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync
Package cognitosync provides gucumber integration tests support.
Package cognitosync provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice
Package configservice provides gucumber integration tests support.
Package configservice provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline
Package datapipeline provides gucumber integration tests support.
Package datapipeline provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm
Package devicefarm provides gucumber integration tests support.
Package devicefarm provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect
Package directconnect provides gucumber integration tests support.
Package directconnect provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice
Package directoryservice provides gucumber integration tests support.
Package directoryservice provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb
Package dynamodb provides gucumber integration tests support.
Package dynamodb provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams
Package dynamodbstreams provides gucumber integration tests support.
Package dynamodbstreams provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2
Package ec2 provides gucumber integration tests support.
Package ec2 provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs
Package ecs provides gucumber integration tests support.
Package ecs provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs
Package efs provides gucumber integration tests support.
Package efs provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache
Package elasticache provides gucumber integration tests support.
Package elasticache provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk
Package elasticbeanstalk provides gucumber integration tests support.
Package elasticbeanstalk provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing
Package elasticloadbalancing provides gucumber integration tests support.
Package elasticloadbalancing provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder
Package elastictranscoder provides gucumber integration tests support.
Package elastictranscoder provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr
Package emr provides gucumber integration tests support.
Package emr provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es
Package es provides gucumber integration tests support.
Package es provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier
Package glacier provides gucumber integration tests support.
Package glacier provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam
Package iam provides gucumber integration tests support.
Package iam provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane
Package iotdataplane provides gucumber integration tests support.
Package iotdataplane provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis
Package kinesis provides gucumber integration tests support.
Package kinesis provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms
Package kms provides gucumber integration tests support.
Package kms provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda
Package lambda provides gucumber integration tests support.
Package lambda provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning
Package machinelearning provides gucumber integration tests support.
Package machinelearning provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks
Package opsworks provides gucumber integration tests support.
Package opsworks provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds
Package rds provides gucumber integration tests support.
Package rds provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift
Package redshift provides gucumber integration tests support.
Package redshift provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53
Package route53 provides gucumber integration tests support.
Package route53 provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains
Package route53domains provides gucumber integration tests support.
Package route53domains provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses
Package ses provides gucumber integration tests support.
Package ses provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb
Package simpledb provides gucumber integration tests support.
Package simpledb provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns
Package sns provides gucumber integration tests support.
Package sns provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs
Package sqs provides gucumber integration tests support.
Package sqs provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm
Package ssm provides gucumber integration tests support.
Package ssm provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway
Package storagegateway provides gucumber integration tests support.
Package storagegateway provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts
Package sts provides gucumber integration tests support.
Package sts provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support
Package support provides gucumber integration tests support.
Package support provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf
Package swf provides gucumber integration tests support.
Package swf provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf
Package waf provides gucumber integration tests support.
Package waf provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces
Package workspaces provides gucumber integration tests support.
Package workspaces provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/performance
Package performance provides gucumber integration tests support.
Package performance provides gucumber integration tests support.
src/github.com/aws/aws-sdk-go/awstesting/unit
Package unit performs initialization and validation for unit tests
Package unit performs initialization and validation for unit tests
src/github.com/aws/aws-sdk-go/private/endpoints
Package endpoints validates regional endpoints for services.
Package endpoints validates regional endpoints for services.
src/github.com/aws/aws-sdk-go/private/model/api
Package api represents API abstractions for rendering service generated files.
Package api represents API abstractions for rendering service generated files.
src/github.com/aws/aws-sdk-go/private/model/cli/gen-api
Command aws-gen-gocli parses a JSON description of an AWS API and generates a Go file containing a client for the API.
Command aws-gen-gocli parses a JSON description of an AWS API and generates a Go file containing a client for the API.
src/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints
Command aws-gen-goendpoints parses a JSON description of the AWS endpoint discovery logic and generates a Go file which returns an endpoint.
Command aws-gen-goendpoints parses a JSON description of the AWS endpoint discovery logic and generates a Go file which returns an endpoint.
src/github.com/aws/aws-sdk-go/private/protocol/ec2query
Package ec2query provides serialisation of AWS EC2 requests and responses.
Package ec2query provides serialisation of AWS EC2 requests and responses.
src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
Package jsonutil provides JSON serialisation of AWS requests and responses.
Package jsonutil provides JSON serialisation of AWS requests and responses.
src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc
Package jsonrpc provides JSON RPC utilities for serialisation of AWS requests and responses.
Package jsonrpc provides JSON RPC utilities for serialisation of AWS requests and responses.
src/github.com/aws/aws-sdk-go/private/protocol/query
Package query provides serialisation of AWS query requests, and responses.
Package query provides serialisation of AWS query requests, and responses.
src/github.com/aws/aws-sdk-go/private/protocol/rest
Package rest provides RESTful serialization of AWS requests and responses.
Package rest provides RESTful serialization of AWS requests and responses.
src/github.com/aws/aws-sdk-go/private/protocol/restjson
Package restjson provides RESTful JSON serialisation of AWS requests and responses.
Package restjson provides RESTful JSON serialisation of AWS requests and responses.
src/github.com/aws/aws-sdk-go/private/protocol/restxml
Package restxml provides RESTful XML serialisation of AWS requests and responses.
Package restxml provides RESTful XML serialisation of AWS requests and responses.
src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
Package xmlutil provides XML serialisation of AWS requests and responses.
Package xmlutil provides XML serialisation of AWS requests and responses.
src/github.com/aws/aws-sdk-go/private/signer/v4
Package v4 implements signing for AWS V4 signer
Package v4 implements signing for AWS V4 signer
src/github.com/aws/aws-sdk-go/service
Package service contains automatically generated AWS clients.
Package service contains automatically generated AWS clients.
src/github.com/aws/aws-sdk-go/service/acm
Package acm provides a client for AWS Certificate Manager.
Package acm provides a client for AWS Certificate Manager.
src/github.com/aws/aws-sdk-go/service/acm/acmiface
Package acmiface provides an interface for the AWS Certificate Manager.
Package acmiface provides an interface for the AWS Certificate Manager.
src/github.com/aws/aws-sdk-go/service/apigateway
Package apigateway provides a client for Amazon API Gateway.
Package apigateway provides a client for Amazon API Gateway.
src/github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface
Package apigatewayiface provides an interface for the Amazon API Gateway.
Package apigatewayiface provides an interface for the Amazon API Gateway.
src/github.com/aws/aws-sdk-go/service/applicationautoscaling
Package applicationautoscaling provides a client for Application Auto Scaling.
Package applicationautoscaling provides a client for Application Auto Scaling.
src/github.com/aws/aws-sdk-go/service/applicationautoscaling/applicationautoscalingiface
Package applicationautoscalingiface provides an interface for the Application Auto Scaling.
Package applicationautoscalingiface provides an interface for the Application Auto Scaling.
src/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice
Package applicationdiscoveryservice provides a client for AWS Application Discovery Service.
Package applicationdiscoveryservice provides a client for AWS Application Discovery Service.
src/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/applicationdiscoveryserviceiface
Package applicationdiscoveryserviceiface provides an interface for the AWS Application Discovery Service.
Package applicationdiscoveryserviceiface provides an interface for the AWS Application Discovery Service.
src/github.com/aws/aws-sdk-go/service/autoscaling
Package autoscaling provides a client for Auto Scaling.
Package autoscaling provides a client for Auto Scaling.
src/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface
Package autoscalingiface provides an interface for the Auto Scaling.
Package autoscalingiface provides an interface for the Auto Scaling.
src/github.com/aws/aws-sdk-go/service/cloudformation
Package cloudformation provides a client for AWS CloudFormation.
Package cloudformation provides a client for AWS CloudFormation.
src/github.com/aws/aws-sdk-go/service/cloudformation/cloudformationiface
Package cloudformationiface provides an interface for the AWS CloudFormation.
Package cloudformationiface provides an interface for the AWS CloudFormation.
src/github.com/aws/aws-sdk-go/service/cloudfront
Package cloudfront provides a client for Amazon CloudFront.
Package cloudfront provides a client for Amazon CloudFront.
src/github.com/aws/aws-sdk-go/service/cloudfront/cloudfrontiface
Package cloudfrontiface provides an interface for the Amazon CloudFront.
Package cloudfrontiface provides an interface for the Amazon CloudFront.
src/github.com/aws/aws-sdk-go/service/cloudfront/sign
Package sign provides utilities to generate signed URLs for Amazon CloudFront.
Package sign provides utilities to generate signed URLs for Amazon CloudFront.
src/github.com/aws/aws-sdk-go/service/cloudhsm
Package cloudhsm provides a client for Amazon CloudHSM.
Package cloudhsm provides a client for Amazon CloudHSM.
src/github.com/aws/aws-sdk-go/service/cloudhsm/cloudhsmiface
Package cloudhsmiface provides an interface for the Amazon CloudHSM.
Package cloudhsmiface provides an interface for the Amazon CloudHSM.
src/github.com/aws/aws-sdk-go/service/cloudsearch
Package cloudsearch provides a client for Amazon CloudSearch.
Package cloudsearch provides a client for Amazon CloudSearch.
src/github.com/aws/aws-sdk-go/service/cloudsearch/cloudsearchiface
Package cloudsearchiface provides an interface for the Amazon CloudSearch.
Package cloudsearchiface provides an interface for the Amazon CloudSearch.
src/github.com/aws/aws-sdk-go/service/cloudsearchdomain
Package cloudsearchdomain provides a client for Amazon CloudSearch Domain.
Package cloudsearchdomain provides a client for Amazon CloudSearch Domain.
src/github.com/aws/aws-sdk-go/service/cloudsearchdomain/cloudsearchdomainiface
Package cloudsearchdomainiface provides an interface for the Amazon CloudSearch Domain.
Package cloudsearchdomainiface provides an interface for the Amazon CloudSearch Domain.
src/github.com/aws/aws-sdk-go/service/cloudtrail
Package cloudtrail provides a client for AWS CloudTrail.
Package cloudtrail provides a client for AWS CloudTrail.
src/github.com/aws/aws-sdk-go/service/cloudtrail/cloudtrailiface
Package cloudtrailiface provides an interface for the AWS CloudTrail.
Package cloudtrailiface provides an interface for the AWS CloudTrail.
src/github.com/aws/aws-sdk-go/service/cloudwatch
Package cloudwatch provides a client for Amazon CloudWatch.
Package cloudwatch provides a client for Amazon CloudWatch.
src/github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface
Package cloudwatchiface provides an interface for the Amazon CloudWatch.
Package cloudwatchiface provides an interface for the Amazon CloudWatch.
src/github.com/aws/aws-sdk-go/service/cloudwatchevents
Package cloudwatchevents provides a client for Amazon CloudWatch Events.
Package cloudwatchevents provides a client for Amazon CloudWatch Events.
src/github.com/aws/aws-sdk-go/service/cloudwatchevents/cloudwatcheventsiface
Package cloudwatcheventsiface provides an interface for the Amazon CloudWatch Events.
Package cloudwatcheventsiface provides an interface for the Amazon CloudWatch Events.
src/github.com/aws/aws-sdk-go/service/cloudwatchlogs
Package cloudwatchlogs provides a client for Amazon CloudWatch Logs.
Package cloudwatchlogs provides a client for Amazon CloudWatch Logs.
src/github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface
Package cloudwatchlogsiface provides an interface for the Amazon CloudWatch Logs.
Package cloudwatchlogsiface provides an interface for the Amazon CloudWatch Logs.
src/github.com/aws/aws-sdk-go/service/codecommit
Package codecommit provides a client for AWS CodeCommit.
Package codecommit provides a client for AWS CodeCommit.
src/github.com/aws/aws-sdk-go/service/codecommit/codecommitiface
Package codecommitiface provides an interface for the AWS CodeCommit.
Package codecommitiface provides an interface for the AWS CodeCommit.
src/github.com/aws/aws-sdk-go/service/codedeploy
Package codedeploy provides a client for AWS CodeDeploy.
Package codedeploy provides a client for AWS CodeDeploy.
src/github.com/aws/aws-sdk-go/service/codedeploy/codedeployiface
Package codedeployiface provides an interface for the AWS CodeDeploy.
Package codedeployiface provides an interface for the AWS CodeDeploy.
src/github.com/aws/aws-sdk-go/service/codepipeline
Package codepipeline provides a client for AWS CodePipeline.
Package codepipeline provides a client for AWS CodePipeline.
src/github.com/aws/aws-sdk-go/service/codepipeline/codepipelineiface
Package codepipelineiface provides an interface for the AWS CodePipeline.
Package codepipelineiface provides an interface for the AWS CodePipeline.
src/github.com/aws/aws-sdk-go/service/cognitoidentity
Package cognitoidentity provides a client for Amazon Cognito Identity.
Package cognitoidentity provides a client for Amazon Cognito Identity.
src/github.com/aws/aws-sdk-go/service/cognitoidentity/cognitoidentityiface
Package cognitoidentityiface provides an interface for the Amazon Cognito Identity.
Package cognitoidentityiface provides an interface for the Amazon Cognito Identity.
src/github.com/aws/aws-sdk-go/service/cognitoidentityprovider
Package cognitoidentityprovider provides a client for Amazon Cognito Identity Provider.
Package cognitoidentityprovider provides a client for Amazon Cognito Identity Provider.
src/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/cognitoidentityprovideriface
Package cognitoidentityprovideriface provides an interface for the Amazon Cognito Identity Provider.
Package cognitoidentityprovideriface provides an interface for the Amazon Cognito Identity Provider.
src/github.com/aws/aws-sdk-go/service/cognitosync
Package cognitosync provides a client for Amazon Cognito Sync.
Package cognitosync provides a client for Amazon Cognito Sync.
src/github.com/aws/aws-sdk-go/service/cognitosync/cognitosynciface
Package cognitosynciface provides an interface for the Amazon Cognito Sync.
Package cognitosynciface provides an interface for the Amazon Cognito Sync.
src/github.com/aws/aws-sdk-go/service/configservice
Package configservice provides a client for AWS Config.
Package configservice provides a client for AWS Config.
src/github.com/aws/aws-sdk-go/service/configservice/configserviceiface
Package configserviceiface provides an interface for the AWS Config.
Package configserviceiface provides an interface for the AWS Config.
src/github.com/aws/aws-sdk-go/service/databasemigrationservice
Package databasemigrationservice provides a client for AWS Database Migration Service.
Package databasemigrationservice provides a client for AWS Database Migration Service.
src/github.com/aws/aws-sdk-go/service/databasemigrationservice/databasemigrationserviceiface
Package databasemigrationserviceiface provides an interface for the AWS Database Migration Service.
Package databasemigrationserviceiface provides an interface for the AWS Database Migration Service.
src/github.com/aws/aws-sdk-go/service/datapipeline
Package datapipeline provides a client for AWS Data Pipeline.
Package datapipeline provides a client for AWS Data Pipeline.
src/github.com/aws/aws-sdk-go/service/datapipeline/datapipelineiface
Package datapipelineiface provides an interface for the AWS Data Pipeline.
Package datapipelineiface provides an interface for the AWS Data Pipeline.
src/github.com/aws/aws-sdk-go/service/devicefarm
Package devicefarm provides a client for AWS Device Farm.
Package devicefarm provides a client for AWS Device Farm.
src/github.com/aws/aws-sdk-go/service/devicefarm/devicefarmiface
Package devicefarmiface provides an interface for the AWS Device Farm.
Package devicefarmiface provides an interface for the AWS Device Farm.
src/github.com/aws/aws-sdk-go/service/directconnect
Package directconnect provides a client for AWS Direct Connect.
Package directconnect provides a client for AWS Direct Connect.
src/github.com/aws/aws-sdk-go/service/directconnect/directconnectiface
Package directconnectiface provides an interface for the AWS Direct Connect.
Package directconnectiface provides an interface for the AWS Direct Connect.
src/github.com/aws/aws-sdk-go/service/directoryservice
Package directoryservice provides a client for AWS Directory Service.
Package directoryservice provides a client for AWS Directory Service.
src/github.com/aws/aws-sdk-go/service/directoryservice/directoryserviceiface
Package directoryserviceiface provides an interface for the AWS Directory Service.
Package directoryserviceiface provides an interface for the AWS Directory Service.
src/github.com/aws/aws-sdk-go/service/dynamodb
Package dynamodb provides a client for Amazon DynamoDB.
Package dynamodb provides a client for Amazon DynamoDB.
src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute
Package dynamodbattribute provides marshaling utilities for marshaling to dynamodb.AttributeValue types and unmarshaling to Go value types.
Package dynamodbattribute provides marshaling utilities for marshaling to dynamodb.AttributeValue types and unmarshaling to Go value types.
src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface
Package dynamodbiface provides an interface for the Amazon DynamoDB.
Package dynamodbiface provides an interface for the Amazon DynamoDB.
src/github.com/aws/aws-sdk-go/service/dynamodbstreams
Package dynamodbstreams provides a client for Amazon DynamoDB Streams.
Package dynamodbstreams provides a client for Amazon DynamoDB Streams.
src/github.com/aws/aws-sdk-go/service/dynamodbstreams/dynamodbstreamsiface
Package dynamodbstreamsiface provides an interface for the Amazon DynamoDB Streams.
Package dynamodbstreamsiface provides an interface for the Amazon DynamoDB Streams.
src/github.com/aws/aws-sdk-go/service/ec2
Package ec2 provides a client for Amazon Elastic Compute Cloud.
Package ec2 provides a client for Amazon Elastic Compute Cloud.
src/github.com/aws/aws-sdk-go/service/ec2/ec2iface
Package ec2iface provides an interface for the Amazon Elastic Compute Cloud.
Package ec2iface provides an interface for the Amazon Elastic Compute Cloud.
src/github.com/aws/aws-sdk-go/service/ecr
Package ecr provides a client for Amazon EC2 Container Registry.
Package ecr provides a client for Amazon EC2 Container Registry.
src/github.com/aws/aws-sdk-go/service/ecr/ecriface
Package ecriface provides an interface for the Amazon EC2 Container Registry.
Package ecriface provides an interface for the Amazon EC2 Container Registry.
src/github.com/aws/aws-sdk-go/service/ecs
Package ecs provides a client for Amazon EC2 Container Service.
Package ecs provides a client for Amazon EC2 Container Service.
src/github.com/aws/aws-sdk-go/service/ecs/ecsiface
Package ecsiface provides an interface for the Amazon EC2 Container Service.
Package ecsiface provides an interface for the Amazon EC2 Container Service.
src/github.com/aws/aws-sdk-go/service/efs
Package efs provides a client for Amazon Elastic File System.
Package efs provides a client for Amazon Elastic File System.
src/github.com/aws/aws-sdk-go/service/efs/efsiface
Package efsiface provides an interface for the Amazon Elastic File System.
Package efsiface provides an interface for the Amazon Elastic File System.
src/github.com/aws/aws-sdk-go/service/elasticache
Package elasticache provides a client for Amazon ElastiCache.
Package elasticache provides a client for Amazon ElastiCache.
src/github.com/aws/aws-sdk-go/service/elasticache/elasticacheiface
Package elasticacheiface provides an interface for the Amazon ElastiCache.
Package elasticacheiface provides an interface for the Amazon ElastiCache.
src/github.com/aws/aws-sdk-go/service/elasticbeanstalk
Package elasticbeanstalk provides a client for AWS Elastic Beanstalk.
Package elasticbeanstalk provides a client for AWS Elastic Beanstalk.
src/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface
Package elasticbeanstalkiface provides an interface for the AWS Elastic Beanstalk.
Package elasticbeanstalkiface provides an interface for the AWS Elastic Beanstalk.
src/github.com/aws/aws-sdk-go/service/elasticsearchservice
Package elasticsearchservice provides a client for Amazon Elasticsearch Service.
Package elasticsearchservice provides a client for Amazon Elasticsearch Service.
src/github.com/aws/aws-sdk-go/service/elasticsearchservice/elasticsearchserviceiface
Package elasticsearchserviceiface provides an interface for the Amazon Elasticsearch Service.
Package elasticsearchserviceiface provides an interface for the Amazon Elasticsearch Service.
src/github.com/aws/aws-sdk-go/service/elastictranscoder
Package elastictranscoder provides a client for Amazon Elastic Transcoder.
Package elastictranscoder provides a client for Amazon Elastic Transcoder.
src/github.com/aws/aws-sdk-go/service/elastictranscoder/elastictranscoderiface
Package elastictranscoderiface provides an interface for the Amazon Elastic Transcoder.
Package elastictranscoderiface provides an interface for the Amazon Elastic Transcoder.
src/github.com/aws/aws-sdk-go/service/elb
Package elb provides a client for Elastic Load Balancing.
Package elb provides a client for Elastic Load Balancing.
src/github.com/aws/aws-sdk-go/service/elb/elbiface
Package elbiface provides an interface for the Elastic Load Balancing.
Package elbiface provides an interface for the Elastic Load Balancing.
src/github.com/aws/aws-sdk-go/service/emr
Package emr provides a client for Amazon Elastic MapReduce.
Package emr provides a client for Amazon Elastic MapReduce.
src/github.com/aws/aws-sdk-go/service/emr/emriface
Package emriface provides an interface for the Amazon Elastic MapReduce.
Package emriface provides an interface for the Amazon Elastic MapReduce.
src/github.com/aws/aws-sdk-go/service/firehose
Package firehose provides a client for Amazon Kinesis Firehose.
Package firehose provides a client for Amazon Kinesis Firehose.
src/github.com/aws/aws-sdk-go/service/firehose/firehoseiface
Package firehoseiface provides an interface for the Amazon Kinesis Firehose.
Package firehoseiface provides an interface for the Amazon Kinesis Firehose.
src/github.com/aws/aws-sdk-go/service/gamelift
Package gamelift provides a client for Amazon GameLift.
Package gamelift provides a client for Amazon GameLift.
src/github.com/aws/aws-sdk-go/service/gamelift/gameliftiface
Package gameliftiface provides an interface for the Amazon GameLift.
Package gameliftiface provides an interface for the Amazon GameLift.
src/github.com/aws/aws-sdk-go/service/glacier
Package glacier provides a client for Amazon Glacier.
Package glacier provides a client for Amazon Glacier.
src/github.com/aws/aws-sdk-go/service/glacier/glacieriface
Package glacieriface provides an interface for the Amazon Glacier.
Package glacieriface provides an interface for the Amazon Glacier.
src/github.com/aws/aws-sdk-go/service/iam
Package iam provides a client for AWS Identity and Access Management.
Package iam provides a client for AWS Identity and Access Management.
src/github.com/aws/aws-sdk-go/service/iam/iamiface
Package iamiface provides an interface for the AWS Identity and Access Management.
Package iamiface provides an interface for the AWS Identity and Access Management.
src/github.com/aws/aws-sdk-go/service/inspector
Package inspector provides a client for Amazon Inspector.
Package inspector provides a client for Amazon Inspector.
src/github.com/aws/aws-sdk-go/service/inspector/inspectoriface
Package inspectoriface provides an interface for the Amazon Inspector.
Package inspectoriface provides an interface for the Amazon Inspector.
src/github.com/aws/aws-sdk-go/service/iot
Package iot provides a client for AWS IoT.
Package iot provides a client for AWS IoT.
src/github.com/aws/aws-sdk-go/service/iot/iotiface
Package iotiface provides an interface for the AWS IoT.
Package iotiface provides an interface for the AWS IoT.
src/github.com/aws/aws-sdk-go/service/iotdataplane
Package iotdataplane provides a client for AWS IoT Data Plane.
Package iotdataplane provides a client for AWS IoT Data Plane.
src/github.com/aws/aws-sdk-go/service/iotdataplane/iotdataplaneiface
Package iotdataplaneiface provides an interface for the AWS IoT Data Plane.
Package iotdataplaneiface provides an interface for the AWS IoT Data Plane.
src/github.com/aws/aws-sdk-go/service/kinesis
Package kinesis provides a client for Amazon Kinesis.
Package kinesis provides a client for Amazon Kinesis.
src/github.com/aws/aws-sdk-go/service/kinesis/kinesisiface
Package kinesisiface provides an interface for the Amazon Kinesis.
Package kinesisiface provides an interface for the Amazon Kinesis.
src/github.com/aws/aws-sdk-go/service/kms
Package kms provides a client for AWS Key Management Service.
Package kms provides a client for AWS Key Management Service.
src/github.com/aws/aws-sdk-go/service/kms/kmsiface
Package kmsiface provides an interface for the AWS Key Management Service.
Package kmsiface provides an interface for the AWS Key Management Service.
src/github.com/aws/aws-sdk-go/service/lambda
Package lambda provides a client for AWS Lambda.
Package lambda provides a client for AWS Lambda.
src/github.com/aws/aws-sdk-go/service/lambda/lambdaiface
Package lambdaiface provides an interface for the AWS Lambda.
Package lambdaiface provides an interface for the AWS Lambda.
src/github.com/aws/aws-sdk-go/service/machinelearning
Package machinelearning provides a client for Amazon Machine Learning.
Package machinelearning provides a client for Amazon Machine Learning.
src/github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface
Package machinelearningiface provides an interface for the Amazon Machine Learning.
Package machinelearningiface provides an interface for the Amazon Machine Learning.
src/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics
Package marketplacecommerceanalytics provides a client for AWS Marketplace Commerce Analytics.
Package marketplacecommerceanalytics provides a client for AWS Marketplace Commerce Analytics.
src/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/marketplacecommerceanalyticsiface
Package marketplacecommerceanalyticsiface provides an interface for the AWS Marketplace Commerce Analytics.
Package marketplacecommerceanalyticsiface provides an interface for the AWS Marketplace Commerce Analytics.
src/github.com/aws/aws-sdk-go/service/marketplacemetering
Package marketplacemetering provides a client for AWSMarketplace Metering.
Package marketplacemetering provides a client for AWSMarketplace Metering.
src/github.com/aws/aws-sdk-go/service/marketplacemetering/marketplacemeteringiface
Package marketplacemeteringiface provides an interface for the AWSMarketplace Metering.
Package marketplacemeteringiface provides an interface for the AWSMarketplace Metering.
src/github.com/aws/aws-sdk-go/service/mobileanalytics
Package mobileanalytics provides a client for Amazon Mobile Analytics.
Package mobileanalytics provides a client for Amazon Mobile Analytics.
src/github.com/aws/aws-sdk-go/service/mobileanalytics/mobileanalyticsiface
Package mobileanalyticsiface provides an interface for the Amazon Mobile Analytics.
Package mobileanalyticsiface provides an interface for the Amazon Mobile Analytics.
src/github.com/aws/aws-sdk-go/service/opsworks
Package opsworks provides a client for AWS OpsWorks.
Package opsworks provides a client for AWS OpsWorks.
src/github.com/aws/aws-sdk-go/service/opsworks/opsworksiface
Package opsworksiface provides an interface for the AWS OpsWorks.
Package opsworksiface provides an interface for the AWS OpsWorks.
src/github.com/aws/aws-sdk-go/service/rds
Package rds provides a client for Amazon Relational Database Service.
Package rds provides a client for Amazon Relational Database Service.
src/github.com/aws/aws-sdk-go/service/rds/rdsiface
Package rdsiface provides an interface for the Amazon Relational Database Service.
Package rdsiface provides an interface for the Amazon Relational Database Service.
src/github.com/aws/aws-sdk-go/service/redshift
Package redshift provides a client for Amazon Redshift.
Package redshift provides a client for Amazon Redshift.
src/github.com/aws/aws-sdk-go/service/redshift/redshiftiface
Package redshiftiface provides an interface for the Amazon Redshift.
Package redshiftiface provides an interface for the Amazon Redshift.
src/github.com/aws/aws-sdk-go/service/route53
Package route53 provides a client for Amazon Route 53.
Package route53 provides a client for Amazon Route 53.
src/github.com/aws/aws-sdk-go/service/route53/route53iface
Package route53iface provides an interface for the Amazon Route 53.
Package route53iface provides an interface for the Amazon Route 53.
src/github.com/aws/aws-sdk-go/service/route53domains
Package route53domains provides a client for Amazon Route 53 Domains.
Package route53domains provides a client for Amazon Route 53 Domains.
src/github.com/aws/aws-sdk-go/service/route53domains/route53domainsiface
Package route53domainsiface provides an interface for the Amazon Route 53 Domains.
Package route53domainsiface provides an interface for the Amazon Route 53 Domains.
src/github.com/aws/aws-sdk-go/service/s3
Package s3 provides a client for Amazon Simple Storage Service.
Package s3 provides a client for Amazon Simple Storage Service.
src/github.com/aws/aws-sdk-go/service/s3/s3iface
Package s3iface provides an interface for the Amazon Simple Storage Service.
Package s3iface provides an interface for the Amazon Simple Storage Service.
src/github.com/aws/aws-sdk-go/service/s3/s3manager
Package s3manager provides utilities to upload and download objects from S3 concurrently.
Package s3manager provides utilities to upload and download objects from S3 concurrently.
src/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface
Package s3manageriface provides an interface for the s3manager package
Package s3manageriface provides an interface for the s3manager package
src/github.com/aws/aws-sdk-go/service/ses
Package ses provides a client for Amazon Simple Email Service.
Package ses provides a client for Amazon Simple Email Service.
src/github.com/aws/aws-sdk-go/service/ses/sesiface
Package sesiface provides an interface for the Amazon Simple Email Service.
Package sesiface provides an interface for the Amazon Simple Email Service.
src/github.com/aws/aws-sdk-go/service/simpledb
Package simpledb provides a client for Amazon SimpleDB.
Package simpledb provides a client for Amazon SimpleDB.
src/github.com/aws/aws-sdk-go/service/simpledb/simpledbiface
Package simpledbiface provides an interface for the Amazon SimpleDB.
Package simpledbiface provides an interface for the Amazon SimpleDB.
src/github.com/aws/aws-sdk-go/service/sns
Package sns provides a client for Amazon Simple Notification Service.
Package sns provides a client for Amazon Simple Notification Service.
src/github.com/aws/aws-sdk-go/service/sns/snsiface
Package snsiface provides an interface for the Amazon Simple Notification Service.
Package snsiface provides an interface for the Amazon Simple Notification Service.
src/github.com/aws/aws-sdk-go/service/sqs
Package sqs provides a client for Amazon Simple Queue Service.
Package sqs provides a client for Amazon Simple Queue Service.
src/github.com/aws/aws-sdk-go/service/sqs/sqsiface
Package sqsiface provides an interface for the Amazon Simple Queue Service.
Package sqsiface provides an interface for the Amazon Simple Queue Service.
src/github.com/aws/aws-sdk-go/service/ssm
Package ssm provides a client for Amazon Simple Systems Management Service.
Package ssm provides a client for Amazon Simple Systems Management Service.
src/github.com/aws/aws-sdk-go/service/ssm/ssmiface
Package ssmiface provides an interface for the Amazon Simple Systems Management Service.
Package ssmiface provides an interface for the Amazon Simple Systems Management Service.
src/github.com/aws/aws-sdk-go/service/storagegateway
Package storagegateway provides a client for AWS Storage Gateway.
Package storagegateway provides a client for AWS Storage Gateway.
src/github.com/aws/aws-sdk-go/service/storagegateway/storagegatewayiface
Package storagegatewayiface provides an interface for the AWS Storage Gateway.
Package storagegatewayiface provides an interface for the AWS Storage Gateway.
src/github.com/aws/aws-sdk-go/service/sts
Package sts provides a client for AWS Security Token Service.
Package sts provides a client for AWS Security Token Service.
src/github.com/aws/aws-sdk-go/service/sts/stsiface
Package stsiface provides an interface for the AWS Security Token Service.
Package stsiface provides an interface for the AWS Security Token Service.
src/github.com/aws/aws-sdk-go/service/support
Package support provides a client for AWS Support.
Package support provides a client for AWS Support.
src/github.com/aws/aws-sdk-go/service/support/supportiface
Package supportiface provides an interface for the AWS Support.
Package supportiface provides an interface for the AWS Support.
src/github.com/aws/aws-sdk-go/service/swf
Package swf provides a client for Amazon Simple Workflow Service.
Package swf provides a client for Amazon Simple Workflow Service.
src/github.com/aws/aws-sdk-go/service/swf/swfiface
Package swfiface provides an interface for the Amazon Simple Workflow Service.
Package swfiface provides an interface for the Amazon Simple Workflow Service.
src/github.com/aws/aws-sdk-go/service/waf
Package waf provides a client for AWS WAF.
Package waf provides a client for AWS WAF.
src/github.com/aws/aws-sdk-go/service/waf/wafiface
Package wafiface provides an interface for the AWS WAF.
Package wafiface provides an interface for the AWS WAF.
src/github.com/aws/aws-sdk-go/service/workspaces
Package workspaces provides a client for Amazon WorkSpaces.
Package workspaces provides a client for Amazon WorkSpaces.
src/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface
Package workspacesiface provides an interface for the Amazon WorkSpaces.
Package workspacesiface provides an interface for the Amazon WorkSpaces.
src/github.com/fatih/color
Package color is an ANSI color package to output colorized or SGR defined output to the standard output.
Package color is an ANSI color package to output colorized or SGR defined output to the standard output.
src/github.com/fsnotify/fsnotify
Package fsnotify provides a platform-independent interface for file system notifications.
Package fsnotify provides a platform-independent interface for file system notifications.
src/github.com/go-ini/ini
Package ini provides INI file read and write functionality in Go.
Package ini provides INI file read and write functionality in Go.
src/github.com/go-redis/redis
Package redis implements a Redis client.
Package redis implements a Redis client.
src/github.com/go-redis/redis/internal/consistenthash
Package consistenthash provides an implementation of a ring hash.
Package consistenthash provides an implementation of a ring hash.
src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
Package context stores values shared during a request lifetime.
src/github.com/gorilla/mux
Package mux implements a request router and dispatcher.
Package mux implements a request router and dispatcher.
src/github.com/hashicorp/hcl
Package hcl decodes HCL into usable Go structures.
Package hcl decodes HCL into usable Go structures.
src/github.com/hashicorp/hcl/hcl/ast
Package ast declares the types used to represent syntax trees for HCL (HashiCorp Configuration Language)
Package ast declares the types used to represent syntax trees for HCL (HashiCorp Configuration Language)
src/github.com/hashicorp/hcl/hcl/parser
Package parser implements a parser for HCL (HashiCorp Configuration Language)
Package parser implements a parser for HCL (HashiCorp Configuration Language)
src/github.com/hashicorp/hcl/hcl/printer
Package printer implements printing of AST nodes to HCL format.
Package printer implements printing of AST nodes to HCL format.
src/github.com/hashicorp/hcl/hcl/scanner
Package scanner implements a scanner for HCL (HashiCorp Configuration Language) source text.
Package scanner implements a scanner for HCL (HashiCorp Configuration Language) source text.
src/github.com/hashicorp/hcl/hcl/token
Package token defines constants representing the lexical tokens for HCL (HashiCorp Configuration Language)
Package token defines constants representing the lexical tokens for HCL (HashiCorp Configuration Language)
src/github.com/kless/term
Package term provides a portable interface for terminal I/O. It manages input and output (I/O) for character-mode applications.
Package term provides a portable interface for terminal I/O. It manages input and output (I/O) for character-mode applications.
src/github.com/kless/term/readline
Package readline provides simple functions for both line and screen editing.
Package readline provides simple functions for both line and screen editing.
src/github.com/kless/term/sys
Package sys contains low-level operating system primitives of the term.
Package sys contains low-level operating system primitives of the term.
src/github.com/kless/term/test
Package test checks the functions that depend of the standard input, which is changed by `go test` to the standard error.
Package test checks the functions that depend of the standard input, which is changed by `go test` to the standard error.
src/github.com/kr/fs
Package fs provides filesystem-related functions.
Package fs provides filesystem-related functions.
src/github.com/magiconair/properties
Package properties provides functions for reading and writing ISO-8859-1 and UTF-8 encoded .properties files and has support for recursive property expansion.
Package properties provides functions for reading and writing ISO-8859-1 and UTF-8 encoded .properties files and has support for recursive property expansion.
src/github.com/magiconair/properties/_third_party/gopkg.in/check.v1
Package check is a rich testing extension for Go's testing package.
Package check is a rich testing extension for Go's testing package.
src/github.com/mattn/go-isatty
Package isatty implements interface to isatty
Package isatty implements interface to isatty
src/github.com/mitchellh/goamz/autoscaling
The autoscaling package provides types and functions for interaction with the AWS AutoScaling service (autoscaling)
The autoscaling package provides types and functions for interaction with the AWS AutoScaling service (autoscaling)
src/github.com/mitchellh/goamz/aws
goamz - Go packages to interact with the Amazon Web Services.
goamz - Go packages to interact with the Amazon Web Services.
src/github.com/mitchellh/goamz/ec2/ec2test
The ec2test package implements a fake EC2 provider with the capability of inducing errors on any given operation, and retrospectively determining what operations have been carried out.
The ec2test package implements a fake EC2 provider with the capability of inducing errors on any given operation, and retrospectively determining what operations have been carried out.
src/github.com/mitchellh/goamz/elb
The elb package provides types and functions for interaction with the AWS Elastic Load Balancing service (ELB)
The elb package provides types and functions for interaction with the AWS Elastic Load Balancing service (ELB)
src/github.com/mitchellh/goamz/exp/mturk
This package is in an experimental state, and does not currently follow conventions and style of the rest of goamz or common Go conventions.
This package is in an experimental state, and does not currently follow conventions and style of the rest of goamz or common Go conventions.
src/github.com/mitchellh/goamz/exp/sdb
This package is in an experimental state, and does not currently follow conventions and style of the rest of goamz or common Go conventions.
This package is in an experimental state, and does not currently follow conventions and style of the rest of goamz or common Go conventions.
src/github.com/mitchellh/goamz/exp/sns
This package is in an experimental state, and does not currently follow conventions and style of the rest of goamz or common Go conventions.
This package is in an experimental state, and does not currently follow conventions and style of the rest of goamz or common Go conventions.
src/github.com/mitchellh/goamz/iam
The iam package provides types and functions for interaction with the AWS Identity and Access Management (IAM) service.
The iam package provides types and functions for interaction with the AWS Identity and Access Management (IAM) service.
src/github.com/mitchellh/goamz/iam/iamtest
Package iamtest implements a fake IAM provider with the capability of inducing errors on any given operation, and retrospectively determining what operations have been carried out.
Package iamtest implements a fake IAM provider with the capability of inducing errors on any given operation, and retrospectively determining what operations have been carried out.
src/github.com/mitchellh/goamz/rds
The rds package provides types and functions for interaction with the AWS Relational Database service (rds)
The rds package provides types and functions for interaction with the AWS Relational Database service (rds)
src/github.com/mitchellh/goamz/route53
The route53 package provides types and functions for interaction with the AWS Route53 service
The route53 package provides types and functions for interaction with the AWS Route53 service
src/github.com/mitchellh/mapstructure
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure.
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure.
src/github.com/pkg/errors
Package errors provides simple error handling primitives.
Package errors provides simple error handling primitives.
src/github.com/pkg/sftp
Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt
Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt
src/github.com/pkg/sftp/examples/buffered-read-benchmark
buffered-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to a []byte on the client via io.Copy.
buffered-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to a []byte on the client via io.Copy.
src/github.com/pkg/sftp/examples/buffered-write-benchmark
buffered-write-benchmark benchmarks the peformance of writing a single large []byte on the client to /dev/null on the server via io.Copy.
buffered-write-benchmark benchmarks the peformance of writing a single large []byte on the client to /dev/null on the server via io.Copy.
src/github.com/pkg/sftp/examples/sftp-server
An example SFTP server implementation using the golang SSH package.
An example SFTP server implementation using the golang SSH package.
src/github.com/pkg/sftp/examples/streaming-read-benchmark
streaming-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to /dev/null on the client via io.Copy.
streaming-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to /dev/null on the client via io.Copy.
src/github.com/pkg/sftp/examples/streaming-write-benchmark
streaming-write-benchmark benchmarks the peformance of writing from /dev/zero on the client to /dev/null on the server via io.Copy.
streaming-write-benchmark benchmarks the peformance of writing from /dev/zero on the client to /dev/null on the server via io.Copy.
src/github.com/spf13/cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
src/github.com/spf13/pflag
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
src/github.com/spf13/viper/remote
Package remote integrates the remote features of Viper.
Package remote integrates the remote features of Viper.
src/github.com/vaughan0/go-ini
Package ini provides functions for parsing INI configuration files.
Package ini provides functions for parsing INI configuration files.
src/golang.org/x/crypto/bcrypt
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
src/golang.org/x/crypto/blowfish
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
src/golang.org/x/crypto/bn256
Package bn256 implements a particular bilinear group at the 128-bit security level.
Package bn256 implements a particular bilinear group at the 128-bit security level.
src/golang.org/x/crypto/cast5
Package cast5 implements CAST5, as defined in RFC 2144.
Package cast5 implements CAST5, as defined in RFC 2144.
src/golang.org/x/crypto/curve25519
Package curve25519 provides an implementation of scalar multiplication on the elliptic curve known as curve25519.
Package curve25519 provides an implementation of scalar multiplication on the elliptic curve known as curve25519.
src/golang.org/x/crypto/hkdf
Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.
Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.
src/golang.org/x/crypto/md4
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
src/golang.org/x/crypto/nacl/box
Package box authenticates and encrypts messages using public-key cryptography.
Package box authenticates and encrypts messages using public-key cryptography.
src/golang.org/x/crypto/nacl/secretbox
Package secretbox encrypts and authenticates small messages.
Package secretbox encrypts and authenticates small messages.
src/golang.org/x/crypto/ocsp
Package ocsp parses OCSP responses as specified in RFC 2560.
Package ocsp parses OCSP responses as specified in RFC 2560.
src/golang.org/x/crypto/openpgp
Package openpgp implements high level operations on OpenPGP messages.
Package openpgp implements high level operations on OpenPGP messages.
src/golang.org/x/crypto/openpgp/armor
Package armor implements OpenPGP ASCII Armor, see RFC 4880.
Package armor implements OpenPGP ASCII Armor, see RFC 4880.
src/golang.org/x/crypto/openpgp/clearsign
Package clearsign generates and processes OpenPGP, clear-signed data.
Package clearsign generates and processes OpenPGP, clear-signed data.
src/golang.org/x/crypto/openpgp/elgamal
Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v.
Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v.
src/golang.org/x/crypto/openpgp/errors
Package errors contains common error types for the OpenPGP packages.
Package errors contains common error types for the OpenPGP packages.
src/golang.org/x/crypto/openpgp/packet
Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880.
Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880.
src/golang.org/x/crypto/openpgp/s2k
Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1.
Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1.
src/golang.org/x/crypto/otr
Package otr implements the Off The Record protocol as specified in http://www.cypherpunks.ca/otr/Protocol-v2-3.1.0.html
Package otr implements the Off The Record protocol as specified in http://www.cypherpunks.ca/otr/Protocol-v2-3.1.0.html
src/golang.org/x/crypto/pbkdf2
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.
src/golang.org/x/crypto/pkcs12
Package pkcs12 implements some of PKCS#12.
Package pkcs12 implements some of PKCS#12.
src/golang.org/x/crypto/pkcs12/internal/rc2
Package rc2 implements the RC2 cipher https://www.ietf.org/rfc/rfc2268.txt http://people.csail.mit.edu/rivest/pubs/KRRR98.pdf This code is licensed under the MIT license.
Package rc2 implements the RC2 cipher https://www.ietf.org/rfc/rfc2268.txt http://people.csail.mit.edu/rivest/pubs/KRRR98.pdf This code is licensed under the MIT license.
src/golang.org/x/crypto/poly1305
Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
src/golang.org/x/crypto/ripemd160
Package ripemd160 implements the RIPEMD-160 hash algorithm.
Package ripemd160 implements the RIPEMD-160 hash algorithm.
src/golang.org/x/crypto/salsa20
Package salsa20 implements the Salsa20 stream cipher as specified in http://cr.yp.to/snuffle/spec.pdf.
Package salsa20 implements the Salsa20 stream cipher as specified in http://cr.yp.to/snuffle/spec.pdf.
src/golang.org/x/crypto/salsa20/salsa
Package salsa provides low-level access to functions in the Salsa family.
Package salsa provides low-level access to functions in the Salsa family.
src/golang.org/x/crypto/scrypt
Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf).
Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf).
src/golang.org/x/crypto/sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
src/golang.org/x/crypto/ssh
Package ssh implements an SSH client and server.
Package ssh implements an SSH client and server.
src/golang.org/x/crypto/ssh/agent
Package agent implements the ssh-agent protocol, and provides both a client and a server.
Package agent implements the ssh-agent protocol, and provides both a client and a server.
src/golang.org/x/crypto/ssh/terminal
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
src/golang.org/x/crypto/ssh/test
This package contains integration tests for the golang.org/x/crypto/ssh package.
This package contains integration tests for the golang.org/x/crypto/ssh package.
src/golang.org/x/crypto/twofish
Package twofish implements Bruce Schneier's Twofish encryption algorithm.
Package twofish implements Bruce Schneier's Twofish encryption algorithm.
src/golang.org/x/crypto/xtea
Package xtea implements XTEA encryption, as defined in Needham and Wheeler's 1997 technical report, "Tea extensions."
Package xtea implements XTEA encryption, as defined in Needham and Wheeler's 1997 technical report, "Tea extensions."
src/golang.org/x/crypto/xts
Package xts implements the XTS cipher mode as specified in IEEE P1619/D16.
Package xts implements the XTS cipher mode as specified in IEEE P1619/D16.
src/golang.org/x/sys/unix
Package unix contains an interface to the low-level operating system primitives.
Package unix contains an interface to the low-level operating system primitives.
src/golang.org/x/sys/windows/svc
Package svc provides everything required to build Windows service.
Package svc provides everything required to build Windows service.
src/golang.org/x/sys/windows/svc/debug
Package debug provides facilities to execute svc.Handler on console.
Package debug provides facilities to execute svc.Handler on console.
src/golang.org/x/sys/windows/svc/eventlog
Package eventlog implements access to Windows event log.
Package eventlog implements access to Windows event log.
src/golang.org/x/sys/windows/svc/example
Example service program that beeps.
Example service program that beeps.
src/golang.org/x/sys/windows/svc/mgr
Package mgr can be used to manage Windows service programs.
Package mgr can be used to manage Windows service programs.
src/golang.org/x/text
text is a repository of text-related packages related to internationalization (i18n) and localization (l10n), such as character encodings, text transformations, and locale-specific text handling.
text is a repository of text-related packages related to internationalization (i18n) and localization (l10n), such as character encodings, text transformations, and locale-specific text handling.
src/golang.org/x/text/cases
Package cases provides general and language-specific case mappers.
Package cases provides general and language-specific case mappers.
src/golang.org/x/text/collate
Package collate contains types for comparing and sorting Unicode strings according to a given collation order.
Package collate contains types for comparing and sorting Unicode strings according to a given collation order.
src/golang.org/x/text/currency
Package currency contains currency-related functionality.
Package currency contains currency-related functionality.
src/golang.org/x/text/encoding
Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
src/golang.org/x/text/encoding/charmap
Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252.
Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252.
src/golang.org/x/text/encoding/htmlindex
Package htmlindex maps character set encoding names to Encodings as recommended by the W3C for use in HTML 5.
Package htmlindex maps character set encoding names to Encodings as recommended by the W3C for use in HTML 5.
src/golang.org/x/text/encoding/ianaindex
Package ianaindex maps names to Encodings as specified by the IANA registry.
Package ianaindex maps names to Encodings as specified by the IANA registry.
src/golang.org/x/text/encoding/internal
Package internal contains code that is shared among encoding implementations.
Package internal contains code that is shared among encoding implementations.
src/golang.org/x/text/encoding/internal/identifier
Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character sets (CCS) and character encoding schemes (CES), which we will together refer to as encodings, for which Encoding implementations provide converters to and from UTF-8.
Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character sets (CCS) and character encoding schemes (CES), which we will together refer to as encodings, for which Encoding implementations provide converters to and from UTF-8.
src/golang.org/x/text/encoding/japanese
Package japanese provides Japanese encodings such as EUC-JP and Shift JIS.
Package japanese provides Japanese encodings such as EUC-JP and Shift JIS.
src/golang.org/x/text/encoding/korean
Package korean provides Korean encodings such as EUC-KR.
Package korean provides Korean encodings such as EUC-KR.
src/golang.org/x/text/encoding/simplifiedchinese
Package simplifiedchinese provides Simplified Chinese encodings such as GBK.
Package simplifiedchinese provides Simplified Chinese encodings such as GBK.
src/golang.org/x/text/encoding/traditionalchinese
Package traditionalchinese provides Traditional Chinese encodings such as Big5.
Package traditionalchinese provides Traditional Chinese encodings such as Big5.
src/golang.org/x/text/encoding/unicode
Package unicode provides Unicode encodings such as UTF-16.
Package unicode provides Unicode encodings such as UTF-16.
src/golang.org/x/text/encoding/unicode/utf32
Package utf32 provides the UTF-32 Unicode encoding.
Package utf32 provides the UTF-32 Unicode encoding.
src/golang.org/x/text/internal
Package internal contains non-exported functionality that are used by packages in the text repository.
Package internal contains non-exported functionality that are used by packages in the text repository.
src/golang.org/x/text/internal/colltab
Package colltab contains functionality related to collation tables.
Package colltab contains functionality related to collation tables.
src/golang.org/x/text/internal/format
Package format contains types for defining language-specific formatting of values.
Package format contains types for defining language-specific formatting of values.
src/golang.org/x/text/internal/format/plural
Package plural defines the grammatical plural feature.
Package plural defines the grammatical plural feature.
src/golang.org/x/text/internal/gen
Package gen contains common code for the various code generation tools in the text repository.
Package gen contains common code for the various code generation tools in the text repository.
src/golang.org/x/text/internal/number
Package number contains tools and data for formatting numbers.
Package number contains tools and data for formatting numbers.
src/golang.org/x/text/internal/stringset
Package stringset provides a way to represent a collection of strings compactly.
Package stringset provides a way to represent a collection of strings compactly.
src/golang.org/x/text/internal/tag
Package tag contains functionality handling tags and related data.
Package tag contains functionality handling tags and related data.
src/golang.org/x/text/internal/testtext
Package testtext contains test data that is of common use to the text repository.
Package testtext contains test data that is of common use to the text repository.
src/golang.org/x/text/internal/triegen
Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes.
Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes.
src/golang.org/x/text/internal/ucd
Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/.
Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/.
src/golang.org/x/text/internal/utf8internal
Package utf8internal contains low-level utf8-related constants, tables, etc.
Package utf8internal contains low-level utf8-related constants, tables, etc.
src/golang.org/x/text/language
Package language implements BCP 47 language tags and related functionality.
Package language implements BCP 47 language tags and related functionality.
src/golang.org/x/text/language/display
Package display provides display names for languages, scripts and regions in a requested language.
Package display provides display names for languages, scripts and regions in a requested language.
src/golang.org/x/text/message
Package message implements formatted I/O for localized strings with functions analogous to the fmt's print functions.
Package message implements formatted I/O for localized strings with functions analogous to the fmt's print functions.
src/golang.org/x/text/runes
Package runes provide transforms for UTF-8 encoded text.
Package runes provide transforms for UTF-8 encoded text.
src/golang.org/x/text/search
Package search provides language-specific search and string matching.
Package search provides language-specific search and string matching.
src/golang.org/x/text/secure
secure is a repository of text security related packages.
secure is a repository of text security related packages.
src/golang.org/x/text/secure/bidirule
Package bidirule implements the Bidi Rule defined by RFC 5893.
Package bidirule implements the Bidi Rule defined by RFC 5893.
src/golang.org/x/text/secure/precis
Package precis contains types and functions for the preparation, enforcement, and comparison of internationalized strings ("PRECIS") as defined in RFC 7564.
Package precis contains types and functions for the preparation, enforcement, and comparison of internationalized strings ("PRECIS") as defined in RFC 7564.
src/golang.org/x/text/transform
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
src/golang.org/x/text/unicode
unicode holds packages with implementations of Unicode standards that are mostly used as building blocks for other packages in golang.org/x/text, layout engines, or are otherwise more low-level in nature.
unicode holds packages with implementations of Unicode standards that are mostly used as building blocks for other packages in golang.org/x/text, layout engines, or are otherwise more low-level in nature.
src/golang.org/x/text/unicode/bidi
Package bidi contains functionality for bidirectional text support.
Package bidi contains functionality for bidirectional text support.
src/golang.org/x/text/unicode/cldr
Package cldr provides a parser for LDML and related XML formats.
Package cldr provides a parser for LDML and related XML formats.
src/golang.org/x/text/unicode/norm
Package norm contains types and functions for normalizing Unicode strings.
Package norm contains types and functions for normalizing Unicode strings.
src/golang.org/x/text/unicode/rangetable
Package rangetable provides utilities for creating and inspecting unicode.RangeTables.
Package rangetable provides utilities for creating and inspecting unicode.RangeTables.
src/golang.org/x/text/width
Package width provides functionality for handling different widths in text.
Package width provides functionality for handling different widths in text.
src/gopkg.in/mgo.v2
Package mgo offers a rich MongoDB driver for Go.
Package mgo offers a rich MongoDB driver for Go.
src/gopkg.in/mgo.v2/bson
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
src/gopkg.in/mgo.v2/internal/scram
Pacakage scram implements a SCRAM-{SHA-1,etc} client per RFC5802.
Pacakage scram implements a SCRAM-{SHA-1,etc} client per RFC5802.
src/gopkg.in/mgo.v2/testserver
WARNING: This package was replaced by mgo.v2/dbtest.
WARNING: This package was replaced by mgo.v2/dbtest.
src/gopkg.in/mgo.v2/txn
The txn package implements support for multi-document transactions.
The txn package implements support for multi-document transactions.
src/gopkg.in/yaml.v2
Package yaml implements YAML support for the Go language.
Package yaml implements YAML support for the Go language.
lib
auth
Package auth is a database wrapper used to permitt, defining a db interface, avoiding integration tests using a real mongodb instance.
Package auth is a database wrapper used to permitt, defining a db interface, avoiding integration tests using a real mongodb instance.
client
Package client implements all client used functions that relates to the interaction with external services typically APIs.
Package client implements all client used functions that relates to the interaction with external services typically APIs.
commons
Package commons defines types and utility functions shared between all 3nigm4 packages, typically used to share REST APIs types to be used by server and clients.
Package commons defines types and utility functions shared between all 3nigm4 packages, typically used to share REST APIs types to be used by server and clients.
crypto
Package crypto implements all cryptographic functions used by the 3nigm4 suite: i mainly wrap Golang std lib function and implement specific pre-processing and post-processing logics.
Package crypto implements all cryptographic functions used by the 3nigm4 suite: i mainly wrap Golang std lib function and implement specific pre-processing and post-processing logics.
filemanager
Package filemanager manage the split and encryption of a file in chunkes that will be uploadable to a cloud storage.
Package filemanager manage the split and encryption of a file in chunkes that will be uploadable to a cloud storage.
itm
Package itm (Integration Tests Manager) is intended to be used onlyin integration tests.
Package itm (Integration Tests Manager) is intended to be used onlyin integration tests.
logger
Package logger manage a colored concurrent safe logger to substitute golang log package.
Package logger manage a colored concurrent safe logger to substitute golang log package.
logo
Package logo can be used to print, on screen, the app colored logo at startup (or at any other desired moment).
Package logo can be used to print, on screen, the app colored logo at startup (or at any other desired moment).
messages
Package messages implements the basic messaging system usable for chatting in the 3nigm4 framework.
Package messages implements the basic messaging system usable for chatting in the 3nigm4 framework.
s3
Package s3backend expose S3 interaction capabilities backended by the FileManager package.
Package s3backend expose S3 interaction capabilities backended by the FileManager package.
storageclient
Package storageclient expose client side API usage for the secure storage service (S3 frontend) this package implements the filemanager DataSaver interface.
Package storageclient expose client side API usage for the secure storage service (S3 frontend) this package implements the filemanager DataSaver interface.
version
Package versionmng manage the software version globally, it's used to have a single point of management to assign the 3nigm4 framework version to all it's components.
Package versionmng manage the software version globally, it's used to have a single point of management to assign the 3nigm4 framework version to all it's components.
workingqueue
Package workingqueue implement a concurrent working queue able to process any passed payload (having a standard function signature) managing the maximum number of active workers.
Package workingqueue implement a concurrent working queue able to process any passed payload (having a standard function signature) managing the maximum number of active workers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL