sample_circleci

package module
v0.0.0-...-d7dd30d Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2020 License: MIT Imports: 8 Imported by: 0

README

sample-circleci

CircleCI

This repository is intended to show how to configure CircleCI to run Go tests with DynamoDB Local.

I use the AWS CLI to manipulate DynamoDB. Therefore, I have installed the AWS CLI in config.yml.

If you do not use the CLI to set up DynamoDB, you do not need it.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	UserID   string `dynamodbav:"user_id"`
	UserName string `dynamodbav:"user_name"`
}

func FetchUserByID

func FetchUserByID(ctx context.Context, userID string) (*User, error)

Jump to

Keyboard shortcuts

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