Skip to content

Stat svc#1

Merged
andrej1307 merged 8 commits intomainfrom
stat_svc
May 22, 2025
Merged

Stat svc#1
andrej1307 merged 8 commits intomainfrom
stat_svc

Conversation

@andrej1307
Copy link
Owner

Сервер статистики.

@AllArgsConstructor
@NoArgsConstructor
public class ViewStats {
String app;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Модификаторы доступа

import java.util.List;

public interface StatStorage {
EndpointHit addHit(EndpointHit hit);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Точно ли в этом методе необходимо возвращаемое значение?

@andrej1307 andrej1307 merged commit aaf93f6 into main May 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants