Documentation ¶
Index ¶
- type Analytics
- func (a *Analytics) Delete(ctx context.Context, req *pb.DeleteRequest, rsp *pb.DeleteResponse) error
- func (a *Analytics) List(ctx context.Context, req *pb.ListRequest, rsp *pb.ListResponse) error
- func (a *Analytics) Read(ctx context.Context, req *pb.ReadRequest, rsp *pb.ReadResponse) error
- func (a *Analytics) Track(ctx context.Context, req *pb.TrackRequest, rsp *pb.TrackResponse) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analytics ¶
type Analytics struct {
// contains filtered or unexported fields
}
Analytics implements the notes proto definition
func (*Analytics) Delete ¶
func (a *Analytics) Delete(ctx context.Context, req *pb.DeleteRequest, rsp *pb.DeleteResponse) error
Delete removes the Event from the store
func (*Analytics) List ¶
func (a *Analytics) List(ctx context.Context, req *pb.ListRequest, rsp *pb.ListResponse) error
List returns all of the Events in the store
func (*Analytics) Read ¶
func (a *Analytics) Read(ctx context.Context, req *pb.ReadRequest, rsp *pb.ReadResponse) error
Get returns a single Event
func (*Analytics) Track ¶
func (a *Analytics) Track(ctx context.Context, req *pb.TrackRequest, rsp *pb.TrackResponse) error
Track inserts a new Event in the store
Click to show internal directories.
Click to hide internal directories.