Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PointsMasterTable = os.Getenv("DDB_POINTS_TABLE_NAME")
)
Functions ¶
This section is empty.
Types ¶
type PointsInput ¶
type PointsService ¶
type PointsService struct {
// contains filtered or unexported fields
}
PointsService models a ddb table and methods to add
func NewPointsService ¶
func NewPointsService(sess *session.Session) *PointsService
func (*PointsService) Put ¶
func (p *PointsService) Put(input *PointsInput) error
Click to show internal directories.
Click to hide internal directories.